mirror of https://github.com/python/cpython
add BooleanType
This commit is contained in:
parent
5e355b244f
commit
012ed5da5e
|
@ -16,6 +16,7 @@ ObjectType = object
|
|||
IntType = int
|
||||
LongType = long
|
||||
FloatType = float
|
||||
BooleanType = bool
|
||||
try:
|
||||
ComplexType = complex
|
||||
except NameError:
|
||||
|
|
Loading…
Reference in New Issue