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 paul.moore
Recipients paul.moore
Date 2008-08-03.16:12:52
SpamBayes Score 0.00035827843
Marked as misclassified No
Message-id <1217779977.05.0.102107142392.issue3496@psf.upfronthosting.co.za>
In-reply-to
Content
The latest version of Mingw binutils, 2.18.50.20080109, uses a 4-part
version number which distutils does not like (StrictVersion only allows
for 3 parts).

The attached patch fixes this, simply by using LooseVersion (the version
number has already been checked to be a series of numbers in the regex
check just previous).

Can this be fixed for 2.6/3.0, as it is likely that the new binutils
will become common while these versions of Python are current?
History
Date User Action Args
2008-08-03 16:12:57paul.mooresetrecipients: + paul.moore
2008-08-03 16:12:57paul.mooresetmessageid: <1217779977.05.0.102107142392.issue3496@psf.upfronthosting.co.za>
2008-08-03 16:12:55paul.moorelinkissue3496 messages
2008-08-03 16:12:54paul.moorecreate