[pypy-svn] r65797 - pypy/trunk/pypy/interpreter
benjamin at codespeak.net
benjamin at codespeak.net
Tue Jun 16 22:52:40 CEST 2009
Author: benjamin
Date: Tue Jun 16 22:52:37 2009
New Revision: 65797
Modified:
pypy/trunk/pypy/interpreter/pyopcode.py
Log:
update comment
Modified: pypy/trunk/pypy/interpreter/pyopcode.py
==============================================================================
--- pypy/trunk/pypy/interpreter/pyopcode.py (original)
+++ pypy/trunk/pypy/interpreter/pyopcode.py Tue Jun 16 22:52:37 2009
@@ -304,9 +304,9 @@
################################################################
## Implementation of the "operational" opcodes
- ## See also pyfastscope.py and pynestedscope.py for the rest.
+ ## See also nestedscope.py for the rest.
##
-
+
# the 'self' argument of opcode implementations is called 'f'
# for historical reasons
More information about the Pypy-commit
mailing list