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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64d376a67076b6b8f38a8e9197b10660b9d6d5eb;p=thirdparty%2FPython%2Fcpython.git New .pyc magic numnber, too. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9e1485eedd12..d81ad54170c2 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.