From: Guido van Rossum Date: Thu, 1 Aug 1996 01:06:24 +0000 (+0000) Subject: New .pyc magic numnber, too. X-Git-Tag: v1.4b2~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64d376a67076b6b8f38a8e9197b10660b9d6d5eb;p=python New .pyc magic numnber, too. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9e1485eedd..d81ad54170 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.