]> 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:27:31 +0000 (22:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Dec 2015 20:27:31 +0000 (22:27 +0200)
commit3ab6c981e7e10a23f4efa82a4bd26e4b7d5775c4
treea2e99fe43db0e9f3e208320f954028e2ed1b8b83
parent85134706af366b6eb357c20c9785832ec64fe3c4
parentb1f64e7d292fb0b1830185e7243c0341e28e6899
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