[Python-checkins] CVS: python/dist/src/Misc NEWS,1.345,1.346

Neal Norwitz nnorwitz@users.sourceforge.net
Tue, 01 Jan 2002 13:14:14 -0800


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

Modified Files:
	NEWS 
Log Message:
Improve grammar

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.345
retrieving revision 1.346
diff -C2 -d -r1.345 -r1.346
*** NEWS	2002/01/01 20:18:30	1.345
--- NEWS	2002/01/01 21:14:12	1.346
***************
*** 13,17 ****
  Extension modules
  
! - dl is now build on every system that has dlfcn.h. Failure in case
    of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open
    is called.
--- 13,17 ----
  Extension modules
  
! - dl now builds on every system that has dlfcn.h.  Failure in case
    of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open
    is called.