Comment 22 for bug 352678

Revision history for this message
Thomas M. Hinkle (thomas-hinkle) wrote :

Okay -- fixed it.

For the impatient, just go to convert.py line 752 and remove the re.compile call, yielding...

 NUM_AND_FRACTION_REGEXP = "((?P<int>%s)+\s+)?(?P<frac>%s)"%(NUMBER_START_REGEXP,FRACTION_REGEXP)

Fix is being pushed to upstream git and will be in upstream release shortly (0.14.9)