]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added long() and support for longs in int() and float();
authorGuido van Rossum <guido@python.org>
Sun, 5 May 1991 20:00:36 +0000 (20:00 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 5 May 1991 20:00:36 +0000 (20:00 +0000)
commitd4905454cc154b492bd6afed48694ae3c579345e
treead4a98d20193908559dbfcdb8c898aff01efe1bf
parent9227c0e1843ffc8cd83b14066932261b31abcaa4
Added long() and support for longs in int() and float();
turned abs() and divmod() into generic versions;
added pow().
Python/bltinmodule.c