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 ned.deily
Recipients benjamin.peterson, doko, hynek, ned.deily, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2014-09-10.17:45:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410371121.9.0.477945040547.issue22381@psf.upfronthosting.co.za>
In-reply-to
Content
OS X builds are posix builds so, by default, they dynamically link with the system-supplied zlib.  The particular version varies by release: the most recent (10.9) supplies zlib 1.2.5.  So updating the zlib in Modules should have no effect on OS X.  Does that answer your question?
History
Date User Action Args
2014-09-10 17:45:21ned.deilysetrecipients: + ned.deily, doko, ronaldoussoren, tim.golden, benjamin.peterson, hynek, zach.ware, steve.dower
2014-09-10 17:45:21ned.deilysetmessageid: <1410371121.9.0.477945040547.issue22381@psf.upfronthosting.co.za>
2014-09-10 17:45:21ned.deilylinkissue22381 messages
2014-09-10 17:45:21ned.deilycreate