mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Whitespace Normalization
This commit is contained in:
parent
9532298c82
commit
6655e4bc27
23 changed files with 306 additions and 322 deletions
|
@ -1,5 +1,5 @@
|
|||
"boolcheck - import this module to ensure True, False, bool() builtins exist."
|
||||
try:
|
||||
try:
|
||||
True
|
||||
except NameError:
|
||||
import __builtin__
|
||||
|
@ -7,4 +7,3 @@ except NameError:
|
|||
__builtin__.False = 0
|
||||
from operator import truth
|
||||
__builtin__.bool = truth
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue