[pypy-svn] r10504 - pypy/dist/pypy/interpreter

tismer at codespeak.net tismer at codespeak.net
Sun Apr 10 11:56:19 CEST 2005


Author: tismer
Date: Sun Apr 10 11:56:19 2005
New Revision: 10504

Modified:
   pypy/dist/pypy/interpreter/gateway.py
Log:
comment

Modified: pypy/dist/pypy/interpreter/gateway.py
==============================================================================
--- pypy/dist/pypy/interpreter/gateway.py	(original)
+++ pypy/dist/pypy/interpreter/gateway.py	Sun Apr 10 11:56:19 2005
@@ -592,7 +592,7 @@
 # Caution! Only the code snippet is checked. If something
 # is imported, changes are not detected. Also, changes
 # to geninterplevel or gateway are also not checked.
-# Exception: There is a version number which is in checked!
+# Exception: There is a checked version number in geninterplevel.py
 #
 # If in doubt, remove this file from time to time.
 



More information about the Pypy-commit mailing list