]> granicus.if.org Git - python/commit
Merged revisions 80521 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sun, 5 Sep 2010 22:40:41 +0000 (22:40 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 5 Sep 2010 22:40:41 +0000 (22:40 +0000)
commit7e00ef097499e9f900ac61eaf96760c1c6b81e8a
treec712d3cec9b1a49cfd8ad11282649b35552a64db
parent0bb502dcac9c687201aa58632e3dcbee1ac1168c
Merged revisions 80521 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80521 | r.david.murray | 2010-04-26 22:45:53 -0400 (Mon, 26 Apr 2010) | 13 lines

  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