Issue636381

classification
Title: Match Error for +? pattern element
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, frodeaux
Priority: normal Keywords:

Created on 2002-11-10.23:09:49 by frodeaux, last changed 2003-02-12.11:00:56 by bckfnn.

Files
File name Uploaded Description Edit Remove
jythonPatternBug.py frodeaux, 2002-11-10.23:09:49 Demo jython... showing pattern match bug.
Messages
msg792 (view) Author: Steve Beisner (frodeaux) Date: 2002-11-10.23:09:49
There's a bug in the jpython pattern matching.
The pattern element '+?' is broken.  See attachment
for a demo of how it's broken.  I've tested the
same program in CPython and verified that the
problem does not occur there.
msg793 (view) Author: Finn Bock (bckfnn) Date: 2003-02-12.11:00:56
Logged In: YES 
user_id=4201

Already fixed in CVS.
History
Date User Action Args
2002-11-10 23:09:49frodeauxcreate