]> 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:26:36 +0000 (22:26 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Dec 2015 20:26:36 +0000 (22:26 +0200)
commitb1f64e7d292fb0b1830185e7243c0341e28e6899
treec0f5834c96438b2c8c0d9c5d94f15748241797ab
parent657257edb61c7d69a9e73352fdad8f243e1494ab
parentc7217d7c2210008ba06e9bcb2a14439a451eef71
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