]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #795506: Wrong handling of string format code for float values.
authorRaymond Hettinger <python@rcn.com>
Wed, 27 Aug 2003 05:08:19 +0000 (05:08 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 27 Aug 2003 05:08:19 +0000 (05:08 +0000)
commiteb85c6617bb868ee1efd0851bc6bd3bd1adcda8a
tree4c0fa56e5ab563b7f4c57ec228c2f5117d1d3316
parentc519f015f2e1c24b5a2360dd69277bd8cfa1434c
SF bug #795506:  Wrong handling of string format code for float values.

Added missing support for '%F' as had been documented.
Lib/test/string_tests.py
Misc/NEWS
Objects/stringobject.c
Objects/unicodeobject.c