commit | 3939dcdb72e29aeac43c0c6bcba69e098ed516ee | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Mon Apr 26 21:17:14 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Mon Apr 26 21:17:14 2010 +0000 |
tree | 07c54da7d72f86513018e84f082ffe4231897d19 | |
parent | 278d665c6a407ca1c1b26009b5a51f341f64a027 [diff] |
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.