]> granicus.if.org Git - python/commit
Merged revisions 80512 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Tue, 27 Apr 2010 02:45:53 +0000 (02:45 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 27 Apr 2010 02:45:53 +0000 (02:45 +0000)
commitad78d15acc3db9918a115b7b7ed547ba815e3097
tree1cf512e845342884e0dc187974d9be6e68b70a5d
parent469b1f0d502756f049af8c26fca96bb85275a324
Merged revisions 80512 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80512 | r.david.murray | 2010-04-26 17:17:14 -0400 (Mon, 26 Apr 2010) | 7 lines

  Issue #6656: fix locale.format_string to handle escaped percents and mappings.

  Refactors format_string.  Includes tests for the two problems noted in
  the issue, but as far as I can see there are no other tests that confirm
  that format_string conforms to normal % formatting rules.
........
Lib/locale.py
Lib/test/test_locale.py
Misc/NEWS