]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clear the regex cache when the locale changes.
authorBrett Cannon <bcannon@gmail.com>
Thu, 15 Sep 2005 02:42:05 +0000 (02:42 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 15 Sep 2005 02:42:05 +0000 (02:42 +0000)
commitfc252265dc91dc3e29c11c1a9c8f3c67dd0c157b
tree7a3ab7db5365d236e98f836de13b936fc2e0f582
parentbedda76d15a265d68b9c7f2185bac44584068cd0
Clear the regex cache when the locale changes.

Backport of fix for bug #1290505.
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS