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 Fabio.Erculiani, nadeem.vawda, python-dev, serhiy.storchaka
Date 2013-12-04.22:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dZZWS07crz7LjS@mail.python.org>
In-reply-to
Content
New changeset c5349a560703 by Nadeem Vawda in branch '3.3':
#19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
http://hg.python.org/cpython/rev/c5349a560703

New changeset bec2033ee2ec by Nadeem Vawda in branch '3.3':
#19839: Fix lzma module's handling of non-lzma data at EOF.
http://hg.python.org/cpython/rev/bec2033ee2ec

New changeset 1f1498fe50e5 by Nadeem Vawda in branch 'default':
Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
http://hg.python.org/cpython/rev/1f1498fe50e5
History
Date User Action Args
2013-12-04 22:30:13python-devsetrecipients: + python-dev, nadeem.vawda, Fabio.Erculiani, serhiy.storchaka
2013-12-04 22:30:13python-devlinkissue19839 messages
2013-12-04 22:30:12python-devcreate