Issue3496
Created on 2008-08-03 16:12 by pmoore, last changed 2008-08-18 19:26 by amaury.forgeotdarc.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
distutils.patch
|
pmoore,
2008-08-03 16:12
|
|
|
|
|
msg70655 - (view) |
Author: Paul Moore (pmoore) |
Date: 2008-08-03 16:12 |
|
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?
|
|
msg71337 - (view) |
Author: Benjamin Peterson (benjamin.peterson) |
Date: 2008-08-18 14:52 |
|
Amaury, if you are going to look at this you might want to see #2234.
|
|
msg71363 - (view) |
Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) |
Date: 2008-08-18 19:26 |
|
Yes, this problem is a duplicate of #2234, for which I had a very
similar fix.
Thanks!
|
|
| Date |
User |
Action |
Args |
| 2008-08-18 19:26:42 | amaury.forgeotdarc | set | status: open -> closed resolution: fixed messages:
+ msg71363 |
| 2008-08-18 14:52:25 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages:
+ msg71337 |
| 2008-08-18 13:43:04 | amaury.forgeotdarc | set | assignee: amaury.forgeotdarc nosy:
+ amaury.forgeotdarc |
| 2008-08-03 18:40:48 | pitrou | set | priority: critical versions:
+ Python 2.6, Python 3.0 |
| 2008-08-03 16:12:55 | pmoore | create | |
|