]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6478: _strptime's regexp cache now is reset after changing timezone
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Dec 2015 20:20:45 +0000 (22:20 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Dec 2015 20:20:45 +0000 (22:20 +0200)
commitab68fcaee3c39ad21cf3a62f6d299e79a2c1fd56
treec4fe459c536cf26f85f96cfa22e3b1a4f1da2b30
parente37003e9ae82584c6f1ced32370a7d7c7e7a2974
Issue #6478: _strptime's regexp cache now is reset after changing timezone
with time.tzset().
Lib/_strptime.py
Lib/test/test_strptime.py
Lib/test/test_support.py
Misc/NEWS