Package python3-module-nulltype: Information

    Source package: python3-module-nulltype
    Version: 2.2.11-alt2
    Build time:  Sep 5, 2021, 02:10 PM
    Report package bug
    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.

    List of RPM packages built from this SRPM:
    python3-module-nulltype (noarch)

    Maintainer: Stanislav Levin


      1. python3-devel
      2. rpm-build-python3
      3. python3-module-pytest
      4. python3-module-setuptools
      5. python3-module-setuptools
      6. python3-module-tox
      7. python3-module-virtualenv

    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.