diff options
author | Guido van Rossum <guido@python.org> | 1996-08-01 01:06:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-01 01:06:24 (GMT) |
commit | 64d376a67076b6b8f38a8e9197b10660b9d6d5eb (patch) | |
tree | b1025124db4763f1ca45dc13b780564dfbcf62ac /Misc | |
parent | 9e43ae477022020b72382a90becd35f7dbdd64c4 (diff) | |
download | cpython-64d376a67076b6b8f38a8e9197b10660b9d6d5eb.zip cpython-64d376a67076b6b8f38a8e9197b10660b9d6d5eb.tar.gz cpython-64d376a67076b6b8f38a8e9197b10660b9d6d5eb.tar.bz2 |
New .pyc magic numnber, too.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |