]> granicus.if.org Git - python/commit
Issue #7117, continued: Remove substitution of %g-style formatting for
authorMark Dickinson <dickinsm@gmail.com>
Mon, 23 Nov 2009 20:54:09 +0000 (20:54 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 23 Nov 2009 20:54:09 +0000 (20:54 +0000)
commit9dd5e16c5d8e7d9e7fa9c2fb1b2754df8161ab2b
treebe26a88852bfbd0110960453ce7fa61b0ad6df00
parentfaa25999a32ed55a065c2deb4208049197029a0e
Issue #7117, continued: Remove substitution of %g-style formatting for
%f-style formatting, which used to occur at high precision.  Float formatting
should now be consistent between 2.7 and 3.1.
Doc/library/stdtypes.rst
Lib/test/test_types.py
Misc/NEWS
Objects/stringlib/formatter.h
Objects/stringobject.c
Objects/unicodeobject.c