[Python-checkins] CVS: python/dist/src/Misc NEWS,1.109,1.110

Tim Peters tim_one@users.sourceforge.net
Wed, 31 Jan 2001 11:39:46 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv10383/python/dist/src/Misc

Modified Files:
	NEWS 
Log Message:
Docs for new Windows zlib build procedure.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -r1.109 -r1.110
*** NEWS	2001/01/30 01:27:28	1.109
--- NEWS	2001/01/31 19:39:44	1.110
***************
*** 14,18 ****
    the func_code attribute is writable.
  
- 
  Standard library
  
--- 14,17 ----
***************
*** 26,29 ****
--- 25,34 ----
    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.