]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning...
authorMojoVampire <shadowranger+github@gmail.com>
Tue, 3 Mar 2020 18:50:17 +0000 (18:50 +0000)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 18:50:17 +0000 (20:50 +0200)
commit469325c30e147680543b2f5118b83fd95055a499
treec10fd8f26059cb0e6caef9a7c081d324e4146969
parentae75a294352e9b9487f5dc8e88f068e7e6974dc2
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195)
Doc/library/constants.rst
Doc/reference/datamodel.rst
Doc/whatsnew/3.9.rst
Lib/functools.py
Lib/ipaddress.py
Lib/test/test_buffer.py
Lib/test/test_builtin.py
Lib/test/test_descr.py
Misc/NEWS.d/next/Core and Builtins/2019-05-08-11-11-45.bpo-35712.KJthus.rst [new file with mode: 0644]
Objects/object.c