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 serhiy.storchaka
Recipients Tim.Graham, ezio.melotti, mrabarnett, pitrou, python-dev, serhiy.storchaka
Date 2016-09-15.21:00:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473973247.49.0.318454477675.issue22493@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Tim, this is great idea! I consider this as usability bug and going to apply a fix to 3.6.

But regular expression can be generated and be very long. I think it should be truncated before including in a warning message.

As for Django, you can use (?i:CaseInsensitive) in 3.7 (unless _prefix is case sensitive, but you want to make it case sensitive if pattern is case sensitive).
History
Date User Action Args
2016-09-15 21:00:47serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett, python-dev, Tim.Graham
2016-09-15 21:00:47serhiy.storchakasetmessageid: <1473973247.49.0.318454477675.issue22493@psf.upfronthosting.co.za>
2016-09-15 21:00:47serhiy.storchakalinkissue22493 messages
2016-09-15 21:00:47serhiy.storchakacreate