New .pyc magic numnber, too.

This commit is contained in:
Guido van Rossum 1996-08-01 01:06:24 +00:00
parent 9e43ae4770
commit 64d376a670
1 changed files with 1 additions and 1 deletions

View File

@ -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.