]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Partially revert r60376: restore ability for ints to be automatically converted to...
authorEric Smith <eric@trueblade.com>
Mon, 28 Jan 2008 10:59:27 +0000 (10:59 +0000)
committerEric Smith <eric@trueblade.com>
Mon, 28 Jan 2008 10:59:27 +0000 (10:59 +0000)
commitfa767efe0662c7927e644747fa08c083f01b0653
tree2c2ba9c96d8674069386f8c854b6c73776c3e5b1
parentfe82e774ea203de277968216126e26d0d09b3a15
Partially revert r60376: restore ability for ints to be automatically converted to floats, if a float type specifier is given to an int.  PEP 3101 should be clarified on this point.Also, remove unused local variables left over from r60376.
Lib/test/test_long.py
Objects/stringlib/formatter.h