[issue13194] zlib (de)compressobj copy() method missing on Windows

2011-10-17 Thread Nadeem Vawda
Nadeem Vawda added the comment: Fixed for 2.7, 3.2 and 3.3. Thanks for the bug report! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue13194] zlib (de)compressobj copy() method missing on Windows

2011-10-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 80f0accd by Nadeem Vawda in branch '2.7': Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. http://hg.python.org/cpython/rev/80f0accd New changeset fc7ee478ed3b by Nadeem Vawda in branch

[issue13194] zlib (de)compressobj copy() method missing on Windows

2011-10-16 Thread Nadeem Vawda
Nadeem Vawda added the comment: Confirmed for 3.3. I should be able to post a patch tomorrow. -- assignee: -> nadeem.vawda ___ Python tracker ___ __

[issue13194] zlib (de)compressobj copy() method missing on Windows

2011-10-16 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis, nadeem.vawda versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue13194] zlib (de)compressobj copy() method missing on Windows

2011-10-16 Thread Simon Elén
New submission from Simon Elén : 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 incl