This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hongweipeng
Recipients Mallinath Akkalkot, ezio.melotti, hongweipeng, mrabarnett
Date 2019-09-03.07:15:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567494955.81.0.409607509192.issue38016@roundup.psfhosted.org>
In-reply-to
Content
It's because ```re.sub('0.072', '72.0', newStringUpdated)``` match '03072' in -0.043'03072'77670375.

`.` can match any character in regular expression.So I don't think that's a issue.
History
Date User Action Args
2019-09-03 07:15:55hongweipengsetrecipients: + hongweipeng, ezio.melotti, mrabarnett, Mallinath Akkalkot
2019-09-03 07:15:55hongweipengsetmessageid: <1567494955.81.0.409607509192.issue38016@roundup.psfhosted.org>
2019-09-03 07:15:55hongweipenglinkissue38016 messages
2019-09-03 07:15:55hongweipengcreate