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 ajaksu2, eric.araujo, ezio.melotti, petri.lehtinen, pitrou, serhiy.storchaka, torne
Date 2015-03-30.18:30:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427740216.48.0.962708909053.issue6650@psf.upfronthosting.co.za>
In-reply-to
Content
Current (after issue22364) error message is:

>>> re.match('(?<foo>.*)', 'foo')
Traceback (most recent call last):
...
sre_constants.error: unknown extension ?<f at position 1

Is it good enough or should be improved? In regex this syntax is legal and no error is raised.
History
Date User Action Args
2015-03-30 18:30:16serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ajaksu2, ezio.melotti, eric.araujo, torne, petri.lehtinen
2015-03-30 18:30:16serhiy.storchakasetmessageid: <1427740216.48.0.962708909053.issue6650@psf.upfronthosting.co.za>
2015-03-30 18:30:16serhiy.storchakalinkissue6650 messages
2015-03-30 18:30:16serhiy.storchakacreate