Message 235532 - Python tracker

Message235532

Author serhiy.storchaka
Recipients BreamoreBoy, ezio.melotti, mrabarnett, pitrou, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy
Date 2015-02-07.23:34:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423352078.1.0.649580556871.issue22364@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which unify and improves re error messages. Added tests for all parsing errors. Now error message always points on the start of affected component, i.e. on the start of bad escape, group name or unterminated subpattern.
History
Date User Action Args
2015-02-07 23:34:39serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, pitrou, ezio.melotti, mrabarnett, steven.daprano, BreamoreBoy
2015-02-07 23:34:38serhiy.storchakasetmessageid: <1423352078.1.0.649580556871.issue22364@psf.upfronthosting.co.za>
2015-02-07 23:34:38serhiy.storchakalinkissue22364 messages
2015-02-07 23:34:38serhiy.storchakacreate