[pypy-svn] r65798 - pypy/trunk/pypy/interpreter

benjamin at codespeak.net benjamin at codespeak.net
Tue Jun 16 23:01:33 CEST 2009


Author: benjamin
Date: Tue Jun 16 23:01:32 2009
New Revision: 65798

Modified:
   pypy/trunk/pypy/interpreter/pyopcode.py
Log:
now fix docstring

Modified: pypy/trunk/pypy/interpreter/pyopcode.py
==============================================================================
--- pypy/trunk/pypy/interpreter/pyopcode.py	(original)
+++ pypy/trunk/pypy/interpreter/pyopcode.py	Tue Jun 16 23:01:32 2009
@@ -1,7 +1,7 @@
 """
 Implementation of a part of the standard Python opcodes.
-The rest, dealing with variables in optimized ways, is in
-pyfastscope.py and pynestedscope.py.
+
+The rest, dealing with variables in optimized ways, is in nestedscope.py.
 """
 
 import sys



More information about the Pypy-commit mailing list