]> granicus.if.org Git - python/commitdiff
New .pyc magic numnber, too.
authorGuido van Rossum <guido@python.org>
Thu, 1 Aug 1996 01:06:24 +0000 (01:06 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Aug 1996 01:06:24 +0000 (01:06 +0000)
Misc/NEWS

index 9e1485eedd12f70fa3d01283bdf94b92cf428f1b..d81ad54170c2b80bb90013b49ccde0ed304ef027 100644 (file)
--- 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.