]> granicus.if.org Git - python/commit
Removed static function complex_format, moved it into complex_repr. Modified tests...
authorEric Smith <eric@trueblade.com>
Sat, 4 Dec 2010 13:27:34 +0000 (13:27 +0000)
committerEric Smith <eric@trueblade.com>
Sat, 4 Dec 2010 13:27:34 +0000 (13:27 +0000)
commit70099a1555d0f0bbea3553e59746d505c510fafe
treeda521e85070db2ae9fa8cd20be330a632016bffd
parent7b1bee47ae553af0a81b9f76bd5d71f07b755a90
Removed static function complex_format, moved it into complex_repr. Modified tests to check both str and repr, which are the same for complex.
Lib/test/test_complex.py
Objects/complexobject.c