[Python-checkins] python/dist/src/Misc NEWS,1.482,1.483

loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 09 Sep 2002 09:17:49 -0700


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

Modified Files:
	NEWS 
Log Message:
Always generate floats for stat_result; fix configure test.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.482
retrieving revision 1.483
diff -C2 -d -r1.482 -r1.483
*** NEWS	9 Sep 2002 14:24:16 -0000	1.482
--- NEWS	9 Sep 2002 16:17:45 -0000	1.483
***************
*** 275,280 ****
  Extension modules
  
! - The time stamps in os.stat_result are floating point numbers now if
!   the system supports that.
  
  - If the size passed to mmap.mmap() is larger than the length of the
--- 275,279 ----
  Extension modules
  
! - The time stamps in os.stat_result are floating point numbers now.
  
  - If the size passed to mmap.mmap() is larger than the length of the