]> granicus.if.org Git - python/commit
Fix issue 2522. locale.format now checks that it is passed
authorR. David Murray <rdmurray@bitdance.com>
Wed, 1 Apr 2009 03:21:43 +0000 (03:21 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 1 Apr 2009 03:21:43 +0000 (03:21 +0000)
commita83da3507f6f6075cce143cb118d3ddb23df981c
tree75e643486900e3c7547e16c70b92dd98fbf346e9
parentbb94d43dcdbfddff40f23944f0e4079f41a30421
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.
Lib/locale.py
Lib/test/test_locale.py
Misc/ACKS
Misc/NEWS