| commit | e59482ec9a44a9cf8c5e066c340dc9ed78399712 | [log] [tgz] |
|---|---|---|
| author | R. David Murray <rdmurray@bitdance.com> | Wed Apr 01 03:42:00 2009 +0000 |
| committer | R. David Murray <rdmurray@bitdance.com> | Wed Apr 01 03:42:00 2009 +0000 |
| tree | 759f586e67351e2055cfcccf58f4537ace2cff0c | |
| parent | 12e533d7bfd37737a8cf17150ee219f8e3a91b80 [diff] |
Merged revisions 70936 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........