New submission from Simon Elén <pyt...@simon.user.lysator.liu.se>: 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...) ---------- components: Library (Lib), Windows messages: 145644 nosy: Simon.Elén priority: normal severity: normal status: open title: zlib (de)compressobj copy() method missing on Windows type: behavior versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13194> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com