summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-04-26 21:17:14 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-04-26 21:17:14 (GMT)
commit3939dcdb72e29aeac43c0c6bcba69e098ed516ee (patch)
tree07c54da7d72f86513018e84f082ffe4231897d19 /Misc
parent278d665c6a407ca1c1b26009b5a51f341f64a027 (diff)
downloadcpython-3939dcdb72e29aeac43c0c6bcba69e098ed516ee.zip
cpython-3939dcdb72e29aeac43c0c6bcba69e098ed516ee.tar.gz
cpython-3939dcdb72e29aeac43c0c6bcba69e098ed516ee.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index db6ca01..77fc78f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #6656: fix locale.format_string to handle escaped percents
+ and mappings.
+
- Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown,
where the method could block indefinitely if called just before the
event loop started running. This also fixes the occasional freezes