diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-15 20:40:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-15 20:40:37 (GMT) |
commit | abdb5528c06db31c195b1584ea5870258db35000 (patch) | |
tree | 656105d82481559717276606d1580b9a130137de /Python/import.c | |
parent | 5e259c80947513c564d7a9e2b6f8b47a69f61d14 (diff) | |
download | cpython-abdb5528c06db31c195b1584ea5870258db35000.zip cpython-abdb5528c06db31c195b1584ea5870258db35000.tar.gz cpython-abdb5528c06db31c195b1584ea5870258db35000.tar.bz2 |
fix comment
Diffstat (limited to 'Python/import.c')
-rw-r--r-- | Python/import.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/import.c b/Python/import.c index 14148c7..c0f89aa 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 |