commit | 22679b869cdbe85b8e01595b660ffca07d22bfa8 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Aug 18 19:33:42 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Aug 18 19:33:42 2008 +0000 |
tree | 7ae2638e39536bc184f3092923bee607867f148f | |
parent | 7a076bed4c2a03e5fa0995228b99c80e9ad0bc03 [diff] |
Issue #2234: distutils failed with mingw binutils 2.18.50.20080109. Be less strict when parsing these version numbers, they don't necessarily follow the python numbering scheme. Backport of r65834