]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport fix for r54646-7: properly clear locale cache in time.strptime when
authorBrett Cannon <bcannon@gmail.com>
Fri, 27 Apr 2007 23:17:43 +0000 (23:17 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 27 Apr 2007 23:17:43 +0000 (23:17 +0000)
commitdaa2e5810404156fbd0a52c1e862f46ac0cbc870
tree55f3b386a32b9b57d385758703410117b7c0afe3
parenta801b6a1fd3f2df1fb47c30f5d329bd80e4cbebc
Backport fix for r54646-7: properly clear locale cache in time.strptime when
the locale changes between calls.
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS