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:24:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507098258.48.0.213398074469.issue31672@psf.upfronthosting.co.za>
In-reply-to
Content
> When optimizing, please don't make API changes.

This is not only optimization, but bugfix.

Document of string.Template says:

> By default, "identifier" is restricted to any case-insensitive ASCII  alphanumeric string (including underscores) that starts with an underscore or ASCII letter.

So, missing re.ASCII flag is bug because non-ASCII alphabet can be matched.
History
Date User Action Args
2017-10-04 06:24:18methanesetrecipients: + methane, barry, rhettinger, ezio.melotti, mrabarnett, serhiy.storchaka
2017-10-04 06:24:18methanesetmessageid: <1507098258.48.0.213398074469.issue31672@psf.upfronthosting.co.za>
2017-10-04 06:24:18methanelinkissue31672 messages
2017-10-04 06:24:18methanecreate