[issue8343] improve re parse error messages for named groups

2014-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 404dcd29b0a6 by Raymond Hettinger in branch '3.4': Issue #8343: Named group error msgs did not show the group name. http://hg.python.org/cpython/rev/404dcd29b0a6 -- ___ Python tracker

[issue8343] improve re parse error messages for named groups

2014-06-22 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks for noticing this. -- resolution: accepted -> fixed status: open -> closed type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker

[issue8343] improve re parse error messages for named groups

2014-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c7b50a36b42 by Raymond Hettinger in branch '2.7': Issue #8343: Named group error msgs did not show the group name. http://hg.python.org/cpython/rev/9c7b50a36b42 -- nosy: +python-dev ___ Python tracker <

[issue8343] improve re parse error messages for named groups

2014-06-22 Thread Raymond Hettinger
Raymond Hettinger added the comment: I'll apply this (with some minor changes). -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker ___ __

[issue8343] improve re parse error messages for named groups

2014-06-22 Thread Mark Lawrence
Mark Lawrence added the comment: I understand that the patch cannot be used as the OP refuses to sign the CLA. -- nosy: +BreamoreBoy ___ Python tracker ___ ___

[issue8343] improve re parse error messages for named groups

2010-07-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: A small but useful addition, patch looks OK to me -- nosy: +amaury.forgeotdarc resolution: -> accepted versions: +Python 3.2 -Python 2.6, Python 2.7 ___ Python tracker _

[issue8343] improve re parse error messages for named groups

2010-04-08 Thread anatoly techtonik
New submission from anatoly techtonik : sre_parse has some messages among repeated code sequences, but can be tweaked for user convenience -- components: Library (Lib) files: lib.re.improve-error-message.diff keywords: patch messages: 102604 nosy: techtonik severity: normal status: open