]> granicus.if.org Git - python/commit
Issue #2234: distutils failed with mingw binutils 2.18.50.20080109.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 18 Aug 2008 19:33:42 +0000 (19:33 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 18 Aug 2008 19:33:42 +0000 (19:33 +0000)
commit22679b869cdbe85b8e01595b660ffca07d22bfa8
tree7ae2638e39536bc184f3092923bee607867f148f
parent7a076bed4c2a03e5fa0995228b99c80e9ad0bc03
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
Lib/distutils/cygwinccompiler.py
Misc/NEWS