Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 012ed5d

Browse files
author
Skip Montanaro
committed
add BooleanType
1 parent 5e355b2 commit 012ed5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
IntType = int
1717
LongType = long
1818
FloatType = float
19+
BooleanType = bool
1920
try:
2021
ComplexType = complex
2122
except NameError:

0 commit comments

Comments
 (0)