[issue2234] cygwinccompiler.py fails for latest MinGW releases.

2008-06-12 Thread Will Brown
Will Brown <[EMAIL PROTECTED]> added the comment: Maybe I have a problem with my test code... import re def test_re(out_string): result = re.search('(\d+\.\d+(\.(\d+))?([ab](\d+))?)', out_string) print '--- msg00622 ---' print

[issue2234] cygwinccompiler.py fails for latest MinGW releases.

2008-06-11 Thread Will Brown
Will Brown <[EMAIL PROTECTED]> added the comment: None of the above will work on both '2.18.50.20080523' & '1.2.3a' -- William Brown -- -- Boeing Networked Systems Technology -- Kent:

[issue2234] cygwinccompiler.py fails for latest MinGW releases.

2008-06-10 Thread Will Brown
Will Brown <[EMAIL PROTECTED]> added the comment: Yes, same problem. Multiple files. I should have read the discussion more carefully. My note was redundant. Will -- William Brown -- -- Boeing Networked Systems Technology -- Kent:253.65

[issue2234] cygwinccompiler.py fails for latest MinGW releases.

2008-06-10 Thread Will Brown
Will Brown <[EMAIL PROTECTED]> added the comment: Same problem in version.py, line 100 (StrictVersion) -- nosy: +wmbrown ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho