]> granicus.if.org Git - python/commit
Issue #6478: _strptime's regexp cache now is reset after changing timezone
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Dec 2015 20:21:07 +0000 (22:21 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Dec 2015 20:21:07 +0000 (22:21 +0200)
commitc7217d7c2210008ba06e9bcb2a14439a451eef71
tree25992ba9030eff679868e9bc05711317cdae7fd4
parent7aa690860eceb74332c1edad1b8a7c4956bbdad5
Issue #6478: _strptime's regexp cache now is reset after changing timezone
with time.tzset().
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS