mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
This commit is contained in:
parent
0742abdc48
commit
db91b058d5
3 changed files with 6 additions and 6 deletions
|
@ -1861,7 +1861,7 @@ class BuiltinTest(unittest.TestCase):
|
|||
# be evaluated in a boolean context (virtually all such use cases
|
||||
# are a result of accidental misuse implementing rich comparison
|
||||
# operations in terms of one another).
|
||||
# For the time being, it will continue to evaluate as truthy, but
|
||||
# For the time being, it will continue to evaluate as a true value, but
|
||||
# issue a deprecation warning (with the eventual intent to make it
|
||||
# a TypeError).
|
||||
self.assertWarns(DeprecationWarning, bool, NotImplemented)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue