]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clear out the regex cache when the TimeRE cache is invalidated by a locale
authorBrett Cannon <bcannon@gmail.com>
Thu, 15 Sep 2005 02:34:56 +0000 (02:34 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 15 Sep 2005 02:34:56 +0000 (02:34 +0000)
commita783d06f8cb4077dd34567fde418bf6c23073912
tree5b8fd68bf9715fdb363227fce18d6bf77e71f19d
parentfb1ef85b0bbb6336e03489af7adaff494bd2b2bb
Clear out the regex cache when the TimeRE cache is invalidated by a locale
change.

Fixes bug #1290505.
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS