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 srid
Recipients loewis, srid
Date 2010-08-28.01:20:54
SpamBayes Score 0.00692202
Marked as misclassified No
Message-id <1282958455.94.0.207353605091.issue9704@psf.upfronthosting.co.za>
In-reply-to
Content
OK - we use Modules/zlib for ActivePython build on all platforms (not just Windows).

When I included the following files from zlib-1.2.5.tar.gz - Modules/zlib builds fine.

gzclose.c  gzguts.h   gzlib.c    gzread.c   gzwrite.c 
zlib.pc.in zlib.map zconf.h.in

We could add these as part of our internal build process, but it would be nice to have these checked into Modules/zlib (I don't have commit access - so I can't add them).
History
Date User Action Args
2010-08-28 01:20:56sridsetrecipients: + srid, loewis
2010-08-28 01:20:55sridsetmessageid: <1282958455.94.0.207353605091.issue9704@psf.upfronthosting.co.za>
2010-08-28 01:20:54sridlinkissue9704 messages
2010-08-28 01:20:54sridcreate