commit | a783d06f8cb4077dd34567fde418bf6c23073912 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Sep 15 02:34:56 2005 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Sep 15 02:34:56 2005 +0000 |
tree | 5b8fd68bf9715fdb363227fce18d6bf77e71f19d | |
parent | fb1ef85b0bbb6336e03489af7adaff494bd2b2bb [diff] [blame] |
Clear out the regex cache when the TimeRE cache is invalidated by a locale change. Fixes bug #1290505.
diff --git a/Misc/NEWS b/Misc/NEWS index f63d711..fca9b55 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -217,6 +217,8 @@ 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