summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-10-06 02:11:37 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-10-06 02:11:37 (GMT)
commit4f35c71543f5dc0023590676c21b18b1a3a5986f (patch)
tree64e2553be58da706224e0df4856e9d9156d4245b /Misc/NEWS
parent579b3e2416cd403b634e2b41a946719630679fbc (diff)
downloadcpython-4f35c71543f5dc0023590676c21b18b1a3a5986f.zip
cpython-4f35c71543f5dc0023590676c21b18b1a3a5986f.tar.gz
cpython-4f35c71543f5dc0023590676c21b18b1a3a5986f.tar.bz2
Locale data that contains regex metacharacters are now properly escaped.
Closes bug #1039270.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7927036..81db100 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,11 @@ Extension modules
Library
-------
+- time.strptime() now properly escapes timezones and all other locale-specific
+ strings for regex-specific symbols. Was breaking under Japanese Windows when
+ the timezone was specified as "Tokyo (standard time)".
+ Closes bug #1039270.
+
- Updates for the email package:
+ All deprecated APIs that in email 2.x issued warnings have been removed:
_encoder argument to the MIMEText constructor, Message.add_payload(),