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 valerio.turturici
Recipients Arfrever, amaury.forgeotdarc, arekm, michael.foord, ncoghlan, pitrou, r.david.murray, valerio.turturici
Date 2010-03-31.23:21:43
SpamBayes Score 0.0019477645
Marked as misclassified No
Message-id <1270077705.54.0.888353962467.issue8193@psf.upfronthosting.co.za>
In-reply-to
Content
While i wait for what i have to do, i corrected the patch. But there is a problem: the version of zlib '1.2.3.3' raise an error on "distutils.version" module. The problem is caused by the regex expression in the "distutils.version" module:

version_re = re.compile(r'^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$',
                            re.VERBOSE)

this expression don't match with the type of version that zlib.ZLIB_VERSION return.
History
Date User Action Args
2010-03-31 23:21:45valerio.turturicisetrecipients: + valerio.turturici, amaury.forgeotdarc, ncoghlan, arekm, pitrou, Arfrever, r.david.murray, michael.foord
2010-03-31 23:21:45valerio.turturicisetmessageid: <1270077705.54.0.888353962467.issue8193@psf.upfronthosting.co.za>
2010-03-31 23:21:43valerio.turturicilinkissue8193 messages
2010-03-31 23:21:43valerio.turturicicreate