[Patches] [ python-Patches-571976 ] Changes (?P=) with optional backref

noreply@sourceforge.net noreply@sourceforge.net
Sun, 23 Jun 2002 19:21:18 -0700


Patches item #571976, was opened at 2002-06-21 01:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=571976&group_id=5470

Category: Modules
Group: Python 2.3
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Gustavo Niemeyer (niemeyer)
>Assigned to: Tim Peters (tim_one)
Summary: Changes (?P=) with optional backref

Initial Comment:
Changes the behavior of (?P=) backreference groups, as presented 
in python-dev. 

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2002-06-23 22:21

Message:
Logged In: YES 
user_id=31435

Rejected, as per Python-Dev discussion.  Backreferences 
can be confusing in edge cases, but Python's semantics in 
these cases match at least those of Perl and POSIX too, 
and any change here is going to break something.  There 
are other ways to spell the intent.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=571976&group_id=5470