]> granicus.if.org Git - python/commit
Remove restriction on precision when formatting floats. This is the
authorMark Dickinson <dickinsm@gmail.com>
Mon, 23 Nov 2009 18:46:41 +0000 (18:46 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 23 Nov 2009 18:46:41 +0000 (18:46 +0000)
commit18cfada1eac3a798fffa658fc67582a450b5a7e6
tree09b233b73487c2c63ebeb94282265eef692e2235
parent5c456e6f4571fec64a98e28e7e316972f35d19fc
Remove restriction on precision when formatting floats.  This is the
first step towards removing the %f -> %g switch (see issues 7117,
5859).
Lib/test/string_tests.py
Misc/NEWS
Objects/stringobject.c
Objects/unicodeobject.c