summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.