[Python-bugs-list] [ python-Bugs-567826 ] new opcodes undocumented

noreply@sourceforge.net noreply@sourceforge.net
Wed, 12 Jun 2002 08:34:12 -0700


Bugs item #567826, was opened at 2002-06-12 00:14
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=567826&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: new opcodes undocumented

Initial Comment:
Manu new opcodes aren't documented in the section on
the dis module. E.g. CONTINUE_LOOP, GET_ITER,
YIELD_VALUE, etc. (A careful comparison of the module
to the dis source and/or opcode.h would be necessary to
find out all undocumented opcodes.)

I'm willing to help.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-06-12 11:34

Message:
Logged In: YES 
user_id=6380

Assumin Martin is right, I've added docs for these.

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

Comment By: Martin v. Löwis (loewis)
Date: 2002-06-12 06:28

Message:
Logged In: YES 
user_id=21627

I believe the complete list of undocumented opcodes is

['BINARY_FLOOR_DIVIDE', 'BINARY_TRUE_DIVIDE',
'INPLACE_FLOOR_DIVIDE', 'INPLACE_TRUE_DIVIDE', 'GET_ITER',
'YIELD_VALUE', 'FOR_ITER', 'CONTINUE_LOOP']


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

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