Add versionchanged for #732
This commit is contained in:
parent
4ce3778fbe
commit
345fb0bcac
|
@ -57,6 +57,8 @@ class _Nothing(object):
|
|||
Sentinel class to indicate the lack of a value when ``None`` is ambiguous.
|
||||
|
||||
``_Nothing`` is a singleton. There is only ever one of it.
|
||||
|
||||
.. versionchanged:: 21.1.0 ``bool(NOTHING)`` is now False.
|
||||
"""
|
||||
|
||||
_singleton = None
|
||||
|
|
Loading…
Reference in New Issue