From: Mark Dickinson Date: Mon, 23 Nov 2009 18:49:28 +0000 (+0000) Subject: Blocked revisions 76465 via svnmerge X-Git-Tag: v2.6.5rc1~324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2002eeabaf5bcd514f6c782b125ce93c3dbd34e9;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 76465 via svnmerge ........ r76465 | mark.dickinson | 2009-11-23 18:46:41 +0000 (Mon, 23 Nov 2009) | 4 lines Remove restriction on precision when formatting floats. This is the first step towards removing the %f -> %g switch (see issues 7117, 5859). ........ ---