From: Mark Dickinson Date: Mon, 23 Nov 2009 18:52:36 +0000 (+0000) Subject: Blocked revisions 76465 via svnmerge X-Git-Tag: v3.2a1~2137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71db3cd63d2ec714da0773b5538bfadd7414cee2;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). ........ ---