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
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:
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
Will Brown <[EMAIL PROTECTED]> added the comment:
Same problem in version.py, line 100 (StrictVersion)
--
nosy: +wmbrown
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho