[pypy-svn] r50686 - pypy/dist/pypy/module/__builtin__

xoraxax at codespeak.net xoraxax at codespeak.net
Wed Jan 16 20:59:43 CET 2008


Author: xoraxax
Date: Wed Jan 16 20:59:43 2008
New Revision: 50686

Modified:
   pypy/dist/pypy/module/__builtin__/importing.py
Log:
Minor rewording of the comment.

Modified: pypy/dist/pypy/module/__builtin__/importing.py
==============================================================================
--- pypy/dist/pypy/module/__builtin__/importing.py	(original)
+++ pypy/dist/pypy/module/__builtin__/importing.py	Wed Jan 16 20:59:43 2008
@@ -382,8 +382,8 @@
 
 """
 
-# we decided to use our own magic 1024 and we have 10 potential bits
-# for different opcodes free.
+# we decided to use our own magic number starting from 1024
+# and we have 10 potential bits for different opcodes free.
 #
 # The presence of special bytecodes bumps the
 # magic number:



More information about the Pypy-commit mailing list