commit | 64d376a67076b6b8f38a8e9197b10660b9d6d5eb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 01 01:06:24 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 01 01:06:24 1996 +0000 |
tree | b1025124db4763f1ca45dc13b780564dfbcf62ac | |
parent | 9e43ae477022020b72382a90becd35f7dbdd64c4 [diff] [blame] |
New .pyc magic numnber, too.
diff --git a/Misc/NEWS b/Misc/NEWS index 9e1485e..d81ad54 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -59,7 +59,7 @@ - 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.