summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-01 01:06:24 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-01 01:06:24 (GMT)
commit64d376a67076b6b8f38a8e9197b10660b9d6d5eb (patch)
treeb1025124db4763f1ca45dc13b780564dfbcf62ac /Misc
parent9e43ae477022020b72382a90becd35f7dbdd64c4 (diff)
downloadcpython-64d376a67076b6b8f38a8e9197b10660b9d6d5eb.zip
cpython-64d376a67076b6b8f38a8e9197b10660b9d6d5eb.tar.gz
cpython-64d376a67076b6b8f38a8e9197b10660b9d6d5eb.tar.bz2
New .pyc magic numnber, too.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e1485e..d81ad54 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,7 +59,7 @@ with '__'.
- New version of Fred Drake's parser module and associates (token,
symbol, AST).
-- New PYTHON_API_VERSION value.
+- New PYTHON_API_VERSION value, as well as .pyc file magic number.
- The "complex" internal structure type is now called "Py_complex" to
avoid name conflicts.