diff options
author | Brett Cannon <bcannon@gmail.com> | 2005-09-15 02:34:56 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2005-09-15 02:34:56 (GMT) |
commit | a783d06f8cb4077dd34567fde418bf6c23073912 (patch) | |
tree | 5b8fd68bf9715fdb363227fce18d6bf77e71f19d /Misc/NEWS | |
parent | fb1ef85b0bbb6336e03489af7adaff494bd2b2bb (diff) | |
download | cpython-a783d06f8cb4077dd34567fde418bf6c23073912.zip cpython-a783d06f8cb4077dd34567fde418bf6c23073912.tar.gz cpython-a783d06f8cb4077dd34567fde418bf6c23073912.tar.bz2 |
Clear out the regex cache when the TimeRE cache is invalidated by a locale
change.
Fixes bug #1290505.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -217,6 +217,8 @@ Extension Modules Library ------- +- Bug #1290505: Fix clearing the regex cache for time.strptime(). + - Bug #1167128: Fix size of a symlink in a tarfile to be 0. - Patch #810023: Fix off-by-one bug in urllib.urlretrieve reporthook |