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 amaury.forgeotdarc, nadeem.vawda, python-dev, serhiy.storchaka
Date 2012-11-04.23:44:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XvtsR0ct1zQ2J@mail.python.org>
In-reply-to
Content
New changeset be882735e0b6 by Nadeem Vawda in branch '3.2':
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF.
http://hg.python.org/cpython/rev/be882735e0b6

New changeset 4182119c3f0a by Nadeem Vawda in branch '3.3':
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF.
http://hg.python.org/cpython/rev/4182119c3f0a

New changeset bcdb3836be72 by Nadeem Vawda in branch 'default':
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF.
http://hg.python.org/cpython/rev/bcdb3836be72
History
Date User Action Args
2012-11-04 23:44:27python-devsetrecipients: + python-dev, amaury.forgeotdarc, nadeem.vawda, serhiy.storchaka
2012-11-04 23:44:27python-devlinkissue16350 messages
2012-11-04 23:44:27python-devcreate