]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Made builtins int(), long(), float(), oct() and hex() more generic.
authorGuido van Rossum <guido@python.org>
Sat, 12 Sep 1992 11:09:23 +0000 (11:09 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 12 Sep 1992 11:09:23 +0000 (11:09 +0000)
commit1899c2e0550fa025080e35bb3ec25aeff0118dc7
tree46cf91828dd59c33ef396e1cdb93ce4ada5c8d9e
parent5c85062e1ce4c7e51daaad1a4eb3f66f6b5a0ea8
Made builtins int(), long(), float(), oct() and hex() more generic.
Include/object.h
Objects/classobject.c
Objects/floatobject.c
Objects/intobject.c
Objects/longobject.c
Python/bltinmodule.c