This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients belopolsky, berker.peksag, mibanescu, python-dev, r.david.murray, serhiy.storchaka
Date 2015-12-03.20:28:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151203202811.93654.94370@psf.io>
In-reply-to
Content
New changeset 2ae5c51c5dea by Serhiy Storchaka in branch '2.7':
Issue #6478: _strptime's regexp cache now is reset after changing timezone
https://hg.python.org/cpython/rev/2ae5c51c5dea

New changeset 4b0a4da1aa27 by Serhiy Storchaka in branch '3.4':
Issue #6478: _strptime's regexp cache now is reset after changing timezone
https://hg.python.org/cpython/rev/4b0a4da1aa27

New changeset 5fa855d20624 by Serhiy Storchaka in branch '3.5':
Issue #6478: _strptime's regexp cache now is reset after changing timezone
https://hg.python.org/cpython/rev/5fa855d20624

New changeset ea576db13827 by Serhiy Storchaka in branch 'default':
Issue #6478: _strptime's regexp cache now is reset after changing timezone
https://hg.python.org/cpython/rev/ea576db13827
History
Date User Action Args
2015-12-03 20:28:15python-devsetrecipients: + python-dev, belopolsky, r.david.murray, mibanescu, berker.peksag, serhiy.storchaka
2015-12-03 20:28:15python-devlinkissue6478 messages
2015-12-03 20:28:15python-devcreate