From: R. David Murray Date: Wed, 28 Oct 2009 02:09:26 +0000 (+0000) Subject: Blocked revisions 70936 via svnmerge X-Git-Tag: v2.6.5rc1~419 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25bdfac9753b0c2660bae6665954219c8bfaa48b;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 70936 via svnmerge ........ r70936 | r.david.murray | 2009-03-31 23:21:43 -0400 (Tue, 31 Mar 2009) | 4 lines Fix issue 2522. locale.format now checks that it is passed exactly one pattern, which avoids mysterious errors where it had seemed to fail to do localization. ........ ---