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 methane
Recipients barry, ezio.melotti, methane, mrabarnett, rhettinger, serhiy.storchaka
Date 2017-10-04.06:37:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507099031.54.0.213398074469.issue31672@psf.upfronthosting.co.za>
In-reply-to
Content
Current pull request override `Template.flags = re.I` after class creation for backward compatibility, without any API change.

But I'm not sure it's right approach.
How many people who subclass string.Template expect non-ASCII match?
If this change is bugfix for 99% of subclasses, why should we keep pitfall?
History
Date User Action Args
2017-10-04 06:37:11methanesetrecipients: + methane, barry, rhettinger, ezio.melotti, mrabarnett, serhiy.storchaka
2017-10-04 06:37:11methanesetmessageid: <1507099031.54.0.213398074469.issue31672@psf.upfronthosting.co.za>
2017-10-04 06:37:11methanelinkissue31672 messages
2017-10-04 06:37:11methanecreate