Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r68760:c8c63a87f605
Date: 2014-01-18 11:14 +0100
http://bitbucket.org/pypy/pypy/changeset/c8c63a87f605/

Log:    Try to clear up the comment

diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py
--- a/pypy/module/imp/importing.py
+++ b/pypy/module/imp/importing.py
@@ -839,9 +839,9 @@
 # any number between CPython + 2 and CPython + 9.  Right now,
 # default_magic = CPython + 7.
 #
-#     default_magic - 7    -- used by CPython without the -U option
-#     default_magic - 6    -- used by CPython with the -U option
-#     default_magic        -- used by PyPy [because of CALL_METHOD]
+#     CPython + 0                  -- used by CPython without the -U option
+#     CPython + 1                  -- used by CPython with the -U option
+#     CPython + 7 = default_magic  -- used by PyPy (incompatible!)
 #
 from pypy.interpreter.pycode import default_magic
 MARSHAL_VERSION_FOR_PYC = 2
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to