Issue458945

classification
Title: Missing 'lastindex' on match objects
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, xoltar
Priority: normal Keywords:

Created on 2001-09-06.00:09:14 by xoltar, last changed 2001-10-28.15:12:15 by bckfnn.

Messages
msg409 (view) Author: Bryn Keller (xoltar) Date: 2001-09-06.00:09:14
Got this error while working with 2.1a3 and Dr. Beazley's PLY. Works fine in CPython.

Traceback (innermost last):
  File "..\src\python\jkdlgen.py", line 320, in ?
  File "D:\NextGen\src\magellan\bin\..\src\python\lex.py", line 284, in realtoken
AttributeError: instance of 'org.python.modules.sre.MatchObject' has no attribute 'lastindex'
>>>
msg410 (view) Author: Finn Bock (bckfnn) Date: 2001-10-28.15:11:06
Logged In: YES 
user_id=4201

Added as test327.py
msg411 (view) Author: Finn Bock (bckfnn) Date: 2001-10-28.15:12:15
Logged In: YES 
user_id=4201

Fixed in MatchObject.java: 1.4;
History
Date User Action Args
2001-09-06 00:09:14xoltarcreate