Add versionchanged for #732

This commit is contained in:
Hynek Schlawack 2020-12-30 12:39:03 +01:00
parent 4ce3778fbe
commit 345fb0bcac
1 changed files with 2 additions and 0 deletions

View File

@ -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