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 BreamoreBoy, Ramchandra Apte, Wael.Al.Jishi, benjamin.peterson, ezio.melotti, lingster, mrabarnett, serhiy.storchaka
Date 2016-10-16.09:02:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476608574.86.0.242857942225.issue16007@psf.upfronthosting.co.za>
In-reply-to
Content
Since 3.5 (issue22578) the re.error exception has attributes that contain a pattern and the position of the error. Error message contains the position of the error. A pattern is not included in the error message for purpose: it can be too long. Usually the pattern is clear from the context, and you always can check the pattern attribute.
History
Date User Action Args
2016-10-16 09:02:55serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, ezio.melotti, mrabarnett, BreamoreBoy, Ramchandra Apte, lingster, Wael.Al.Jishi
2016-10-16 09:02:54serhiy.storchakasetmessageid: <1476608574.86.0.242857942225.issue16007@psf.upfronthosting.co.za>
2016-10-16 09:02:54serhiy.storchakalinkissue16007 messages
2016-10-16 09:02:54serhiy.storchakacreate