classification
Title: improve re parse error messages for named groups
Type: Stage:
Components: Library (Lib) Versions: Python 3.2
process
Status: open Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: amaury.forgeotdarc, techtonik
Priority: normal Keywords: patch

Created on 2010-04-08 08:52 by techtonik, last changed 2010-07-21 16:59 by amaury.forgeotdarc.

Files
File name Uploaded Description Edit
lib.re.improve-error-message.diff techtonik, 2010-04-08 08:52
Messages (2)
msg102604 - (view) Author: anatoly techtonik (techtonik) Date: 2010-04-08 08:52
sre_parse has some messages among repeated code sequences, but can be tweaked for user convenience
msg111091 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2010-07-21 16:59
A small but useful addition, patch looks OK to me
History
Date User Action Args
2010-07-21 16:59:15amaury.forgeotdarcsetversions: + Python 3.2, - Python 2.6, Python 2.7
nosy: + amaury.forgeotdarc

messages: + msg111091

resolution: accepted
2010-04-08 08:52:10techtonikcreate