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 brett.cannon, eric.snow, ncoghlan, python-dev, serhiy.storchaka, takluyver, vstinner
Date 2015-03-11.15:32:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150311153252.19085.18047@psf.io>
In-reply-to
Content
New changeset 383ba3699084 by Serhiy Storchaka in branch '3.4':
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
https://hg.python.org/cpython/rev/383ba3699084

New changeset 6e736a57a482 by Serhiy Storchaka in branch 'default':
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
https://hg.python.org/cpython/rev/6e736a57a482

New changeset 36bd5add9732 by Serhiy Storchaka in branch '2.7':
Issue #23615: Module tarfile is now can be reloaded with imp.reload().
https://hg.python.org/cpython/rev/36bd5add9732
History
Date User Action Args
2015-03-11 15:32:55python-devsetrecipients: + python-dev, brett.cannon, ncoghlan, vstinner, eric.snow, takluyver, serhiy.storchaka
2015-03-11 15:32:55python-devlinkissue23615 messages
2015-03-11 15:32:55python-devcreate