Package python3-module-nulltype: Information
Source package: python3-module-nulltype
Version: 2.2.11-alt2
Build time: Sep 5, 2021, 02:10 PM
Category: Development/Python3
Report package bugHome page: https://pypi.python.org/pypi/nulltype
License: Apache-2.0
Summary: Null values and sentinels like, but not, None
Description:
Helps define "null" values and sentinels parallel to, but different
from, None.
None is a great sentinel value and a classic implementation of the null
object pattern.
But there are times that you need more than one nullish value to
represent different aspects of emptiness. "Nothing there" is logically
different from "undefined," "prohibited," "end of data" and other kinds
of null.
The core function of nulltype is representing emptiness and falsity in a
way that doesn't overload None (or False, 0, {}, [], "", or any of the
other possible "there's nothing here!" values). It helps create
designated identifiers with specific meanings such as Passthrough,
Prohibited, and Undefined.Maintainer: Stanislav Levin
List of contributors:
Stanislav Levin
Aleksei Nikiforov
Igor Vlasenko
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Stanislav Levin
Aleksei Nikiforov
Igor Vlasenko
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Last changed
Sept. 9, 2020 Stanislav Levin 2.2.11-alt2
- Stopped Python2 package build.
Feb. 2, 2018 Stanislav Levin 2.2.11-alt1.1
- (NMU) Fix Requires and BuildRequires to python-setuptools
Dec. 21, 2017 Aleksei Nikiforov 2.2.11-alt1
- Updated to upstream version 2.2.11.