(original) (raw)
changeset: 72963:80de33021488 parent: 72960:c16063765d3a parent: 72962:fc7ee478ed3b user: Nadeem Vawda nadeem.vawda@gmail.com date: Mon Oct 17 19:40:47 2011 +0200 files: Misc/NEWS PC/pyconfig.h description: Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. diff -r c16063765d3a -r 80de33021488 Misc/NEWS --- a/Misc/NEWS Mon Oct 17 19:28:44 2011 +0200 +++ b/Misc/NEWS Mon Oct 17 19:40:47 2011 +0200 @@ -311,6 +311,9 @@ Library ------- +- Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are + now available on Windows. + - issue #1673007: urllib2 to support HEAD request via new method argument. Patch contributions by David Stanek, Patrick Westerhoff and Ezio Melotti. diff -r c16063765d3a -r 80de33021488 PC/pyconfig.h --- a/PC/pyconfig.h Mon Oct 17 19:28:44 2011 +0200 +++ b/PC/pyconfig.h Mon Oct 17 19:40:47 2011 +0200 @@ -644,6 +644,9 @@ #define HAVE_WCSXFRM 1 #endif +/* Define if the zlib library has inflateCopy */ +#define HAVE_ZLIB_COPY 1 + /* Define if you have the header file. */ /* #undef HAVE_DLFCN_H *//nadeem.vawda@gmail.com