]> granicus.if.org Git - python/commit
Issue #9337: Make float.__str__ identical to float.__repr__.
authorMark Dickinson <dickinsm@gmail.com>
Wed, 4 Aug 2010 20:56:28 +0000 (20:56 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 4 Aug 2010 20:56:28 +0000 (20:56 +0000)
commit388122d43b2b6bb41774d9680b9ad3bc05682f85
tree4b3059b3dbd916fde44702e732f507788c433fbf
parentb6c50749207688902a6378958da474f7c31f179d
Issue #9337:  Make float.__str__ identical to float.__repr__.
(And similarly for complex numbers.)
Doc/tutorial/floatingpoint.rst
Include/floatobject.h
Lib/test/formatfloat_testcases.txt
Lib/test/test_float.py
Lib/test/test_tokenize.py
Lib/test/test_unicodedata.py
Misc/NEWS
Objects/complexobject.c
Objects/floatobject.c
Objects/stringlib/formatter.h