diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-31 19:39:44 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-31 19:39:44 (GMT) |
commit | ee826f88c94d1c13b284c71de2df0bd75c5f5c60 (patch) | |
tree | 80c9f0e1afe15c4d5bc5fe5a30176e4951e63245 /Misc | |
parent | ae8c268a2b55d5a8dc07e399b4e6ba186807c036 (diff) | |
download | cpython-ee826f88c94d1c13b284c71de2df0bd75c5f5c60.zip cpython-ee826f88c94d1c13b284c71de2df0bd75c5f5c60.tar.gz cpython-ee826f88c94d1c13b284c71de2df0bd75c5f5c60.tar.bz2 |
Docs for new Windows zlib build procedure.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -13,7 +13,6 @@ Core language, builtins, and interpreter - Functions are now compared and hashed by identity, not by value, since the func_code attribute is writable. - Standard library - random.py is now self-contained, and offers all the functionality of @@ -26,6 +25,12 @@ Standard library each thread, then using .jumpahead() to force each instance to use a non-overlapping segment of the full period. +Windows changes + +- Build procedure: the zlib project is built in a different way that + ensures the zlib header files used can no longer get out of synch with + the zlib binary used. See PCbuild\readme.txt for details. + What's New in Python 2.1 alpha 1? ================================= |