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 eryksun
Recipients cklein, eryksun, ezio.melotti, mrabarnett
Date 2015-08-14.07:43:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439538187.41.0.91799092905.issue24863@psf.upfronthosting.co.za>
In-reply-to
Content
You're passing re.UNICODE (32) as the value of the count parameter, i.e. the function signature is re.sub(pattern, repl, string, count=0, flags=0).
History
Date User Action Args
2015-08-14 07:43:07eryksunsetrecipients: + eryksun, ezio.melotti, mrabarnett, cklein
2015-08-14 07:43:07eryksunsetmessageid: <1439538187.41.0.91799092905.issue24863@psf.upfronthosting.co.za>
2015-08-14 07:43:07eryksunlinkissue24863 messages
2015-08-14 07:43:07eryksuncreate