[Patches] [ python-Patches-468662 ] Allow jython to complete test_grammar

noreply@sourceforge.net noreply@sourceforge.net
Tue, 09 Oct 2001 18:36:50 -0700


Patches item #468662, was opened at 2001-10-06 16:42
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=468662&group_id=5470

Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Finn Bock (bckfnn)
Assigned to: Jeremy Hylton (jhylton)
Summary: Allow jython to complete test_grammar

Initial Comment:
The values in jython's co_varnames is a little 
different then CPython. So far we have decided not to 
fix this in jython because it looses valuable 
information about the argument which is difficult to 
recreate at a later point.

the patch will accept the co_varnames values that 
jython uses as valid values.

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

>Comment By: Jeremy Hylton (jhylton)
Date: 2001-10-09 18:36

Message:
Logged In: YES 
user_id=31392

This seems fine to me.  I can't believe the CPython behavior
is something we want to call part of the language's standard
behavior <wink>.


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

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-10-07 05:33

Message:
Logged In: YES 
user_id=6380

Jeremy, if you don't have time for this, let me do it.

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

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