[Python-checkins] cpython: fix comment

benjamin.peterson python-checkins at python.org
Thu Mar 15 21:40:54 CET 2012


http://hg.python.org/cpython/rev/f7727fc043a9
changeset:   75717:f7727fc043a9
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Mar 15 15:40:37 2012 -0500
summary:
  fix comment

files:
  Python/import.c |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Python/import.c b/Python/import.c
--- a/Python/import.c
+++ b/Python/import.c
@@ -104,8 +104,8 @@
        Python 3.2a2  3180 (add DELETE_DEREF)
        Python 3.3a0  3190 __class__ super closure changed
        Python 3.3a0  3200 (__qualname__ added)
-       Python 3.3a1  3210 (added size modulo 2**32 to the pyc header)
-                     3220 (changed PEP 380 implementation)
+                     3210 (added size modulo 2**32 to the pyc header)
+       Python 3.3a1  3220 (changed PEP 380 implementation)
 */
 
 /* MAGIC must change whenever the bytecode emitted by the compiler may no

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list