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 mashayk
Recipients eric.araujo, ezio.melotti, fredeom, mashayk
Date 2011-11-24.15:24:05
SpamBayes Score 0.008607558
Marked as misclassified No
Message-id <1322148246.72.0.610261692071.issue12759@psf.upfronthosting.co.za>
In-reply-to
Content
Updating the patch with the test. The test checks that the re exception is thrown in case of the (?P=) and (?P<>) expressions.
It used to raise an Index exception. My only question is, the exception we raise now says, there invalid characters in the group name, whether in our case the group name is just empty.
History
Date User Action Args
2011-11-24 15:24:06mashayksetrecipients: + mashayk, ezio.melotti, eric.araujo, fredeom
2011-11-24 15:24:06mashayksetmessageid: <1322148246.72.0.610261692071.issue12759@psf.upfronthosting.co.za>
2011-11-24 15:24:06mashayklinkissue12759 messages
2011-11-24 15:24:06mashaykcreate