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 mrabarnett
Recipients Magesh Kumar, ezio.melotti, mrabarnett
Date 2016-02-15.21:13:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455570834.57.0.694183370027.issue26354@psf.upfronthosting.co.za>
In-reply-to
Content
The 3rd argument is the count (the maximum number of replacements, although 0 means no limit, not no replacements). You're passing in the flag re.I instead. re.I happens to have the numeric value 2, so you're telling it to do no more than 2 replacements.
History
Date User Action Args
2016-02-15 21:13:54mrabarnettsetrecipients: + mrabarnett, ezio.melotti, Magesh Kumar
2016-02-15 21:13:54mrabarnettsetmessageid: <1455570834.57.0.694183370027.issue26354@psf.upfronthosting.co.za>
2016-02-15 21:13:54mrabarnettlinkissue26354 messages
2016-02-15 21:13:54mrabarnettcreate