]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Sort out some confusion in test_float.py: the two
authorMark Dickinson <dickinsm@gmail.com>
Fri, 17 Apr 2009 20:59:58 +0000 (20:59 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 17 Apr 2009 20:59:58 +0000 (20:59 +0000)
commit7efad9ec5a7d60630c9e9378467ed81b14efd57f
treed8b0bf242c790a31380a06a3345f8d3d8f688d43
parent1a6b73dcdf1c45d3c77959ae8a2e9ea38ebe57b2
Sort out some confusion in test_float.py:  the two
separate FormatTestCase classes have been combined,
and test_short_repr has been moved from FormatTestCase
to the existing ReprTestCase.
Lib/test/test_float.py