]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Renamed test_format to test__format__, since it really tests the __format__ method...
authorEric Smith <eric@trueblade.com>
Mon, 11 Feb 2008 17:55:01 +0000 (17:55 +0000)
committerEric Smith <eric@trueblade.com>
Mon, 11 Feb 2008 17:55:01 +0000 (17:55 +0000)
commit0dd1b63746c12bfb7a8623e8f2f442494f18450d
tree52575fa594485d219a58c8906f6392580536f29a
parent3feef61742facb3cbf53f9df1cb89062452597f2
Renamed test_format to test__format__, since it really tests the __format__ method.  It was hiding another method of the same name.
Lib/test/test_long.py