summaryrefslogtreecommitdiff
path: root/Python/import.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-15 15:40:37 -0500
committerBenjamin Peterson <benjamin@python.org>2012-03-15 15:40:37 -0500
commit06b08c0eb2d160a859326db57c12ea099d74a13c (patch)
tree0de8dd2aa10219888200b4af54c8b784f7f83416 /Python/import.c
parent2680cd164607a2bf880e4a9d54390e8c8d290715 (diff)
downloadcpython-06b08c0eb2d160a859326db57c12ea099d74a13c.tar.gz
fix comment
Diffstat (limited to 'Python/import.c')
-rw-r--r--Python/import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/import.c b/Python/import.c
index 14148c7a1c..c0f89aaa1b 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -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