[Zope-Checkins] CVS: Zope/lib/python/RestrictedPython/compiler_2_1 - pyassem.py:1.1.2.3

Shane Hathaway shane@digicool.com
Fri, 21 Dec 2001 10:49:04 -0500


Update of /cvs-repository/Zope/lib/python/RestrictedPython/compiler_2_1
In directory cvs.zope.org:/tmp/cvs-serv22526

Modified Files:
      Tag: RestrictedPython-2_2-branch
	pyassem.py 
Log Message:
Fixed the typo that was breaking the tests.


=== Zope/lib/python/RestrictedPython/compiler_2_1/pyassem.py 1.1.2.2 => 1.1.2.3 ===
         'SETUP_EXCEPT': 3,
         'SETUP_FINALLY': 3,
-        'FOR_ITER': 1,
+        'FOR_LOOP': 1,
         }
     # use pattern match
     patterns = [