diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-10-06 02:11:37 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-10-06 02:11:37 (GMT) |
commit | 4f35c71543f5dc0023590676c21b18b1a3a5986f (patch) | |
tree | 64e2553be58da706224e0df4856e9d9156d4245b /Misc/NEWS | |
parent | 579b3e2416cd403b634e2b41a946719630679fbc (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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(), |