[Python-checkins] CVS: python/dist/src/Lib dis.py,1.31,1.32

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 01 Feb 2001 14:48:14 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv23698/Lib

Modified Files:
	dis.py 
Log Message:
Allow 'continue' inside 'try' clause
SF patch 102989 by Thomas Wouters


Index: dis.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/dis.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** dis.py	2001/01/25 20:08:47	1.31
--- dis.py	2001/02/01 22:48:12	1.32
***************
*** 260,263 ****
--- 260,264 ----
  name_op('LOAD_GLOBAL', 116)     # Index in name list
  
+ jabs_op('CONTINUE_LOOP', 119)   # Target address
  jrel_op('SETUP_LOOP', 120)      # Distance to target address
  jrel_op('SETUP_EXCEPT', 121)    # ""