]> granicus.if.org Git - python/commitdiff
fix comment
authorBenjamin Peterson <benjamin@python.org>
Thu, 15 Mar 2012 20:40:37 +0000 (15:40 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 15 Mar 2012 20:40:37 +0000 (15:40 -0500)
Python/import.c

index 14148c7a1c45d4e5478317ea22817871925f0174..c0f89aaa1b75de26c7485d7eef49d18b7fc42e94 100644 (file)
@@ -104,8 +104,8 @@ typedef unsigned short mode_t;
        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