mirror of
https://github.com/python/cpython.git
synced 2025-11-18 01:57:37 +00:00
gh-95454: Replace truthy/falsy with true/false (GH-95456)
This commit is contained in:
parent
0956b6d9c4
commit
cd26595232
8 changed files with 15 additions and 13 deletions
|
|
@ -900,7 +900,7 @@ Kurenkov.
|
|||
.. nonce: QhQ9RD
|
||||
.. section: Library
|
||||
|
||||
Fixed functools.singledispatch on classes with falsy metaclasses. Patch by
|
||||
Fixed functools.singledispatch on classes with false metaclasses. Patch by
|
||||
Ethan Furman.
|
||||
|
||||
..
|
||||
|
|
|
|||
|
|
@ -832,7 +832,7 @@ In the traceback module, restore the formatting of exception messages like
|
|||
.. nonce: 3UhyPo
|
||||
.. section: Library
|
||||
|
||||
Allow falsy values to be used for msg parameter of subTest().
|
||||
Allow false values to be used for msg parameter of subTest().
|
||||
|
||||
..
|
||||
|
||||
|
|
|
|||
|
|
@ -460,7 +460,7 @@ In the traceback module, restore the formatting of exception messages like
|
|||
.. nonce: 3UhyPo
|
||||
.. section: Library
|
||||
|
||||
Allow falsy values to be used for msg parameter of subTest().
|
||||
Allow false values to be used for msg parameter of subTest().
|
||||
|
||||
..
|
||||
|
||||
|
|
|
|||
|
|
@ -4453,7 +4453,7 @@ In the traceback module, restore the formatting of exception messages like
|
|||
.. nonce: 3UhyPo
|
||||
.. section: Library
|
||||
|
||||
Allow falsy values to be used for msg parameter of subTest().
|
||||
Allow false values to be used for msg parameter of subTest().
|
||||
|
||||
..
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
Replaced incorrectly written true/false values
|
||||
in documentiation. Patch by Robert O'Shea
|
||||
Loading…
Add table
Add a link
Reference in a new issue