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 Simon.Elén
Recipients Simon.Elén
Date 2011-10-16.21:29:39
SpamBayes Score 1.1187841e-09
Marked as misclassified No
Message-id <1318800580.02.0.678946639591.issue13194@psf.upfronthosting.co.za>
In-reply-to
Content
The zlib (de)compressobj copy() method is missing on Windows.

Tested on Python 2.7.2 and 3.2.2 Windows binaries. I have not tried to build from source.

(In the source code I can see a check for HAVE_ZLIB_COPY. Does the Windows binaries statically link the included zlib source? If so, it should be new enough to pass that check...)
History
Date User Action Args
2011-10-16 21:29:40Simon.Elénsetrecipients: + Simon.Elén
2011-10-16 21:29:40Simon.Elénsetmessageid: <1318800580.02.0.678946639591.issue13194@psf.upfronthosting.co.za>
2011-10-16 21:29:39Simon.Elénlinkissue13194 messages
2011-10-16 21:29:39Simon.Eléncreate