[Python-checkins] python/dist/src/Misc NEWS,1.501,1.502

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 16 Oct 2002 11:28:39 -0700


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

Modified Files:
	NEWS 
Log Message:
Correct stat_result float time stamps entry.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.501
retrieving revision 1.502
diff -C2 -d -r1.501 -r1.502
*** NEWS	15 Oct 2002 15:11:13 -0000	1.501
--- NEWS	16 Oct 2002 18:28:36 -0000	1.502
***************
*** 299,303 ****
  - cPickle.BadPickleGet is now a class.
  
! - 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
--- 299,304 ----
  - cPickle.BadPickleGet is now a class.
  
! - The time stamps in os.stat_result are floating point numbers
!   after stat_float_times has been called.
  
  - If the size passed to mmap.mmap() is larger than the length of the