[Python-checkins] python/dist/src/Misc NEWS,1.1004,1.1005

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Jun 19 16:50:50 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24048/Misc

Modified Files:
	NEWS 
Log Message:
Add news item about raising ValueError when timemodule.c code that uses
timestamps will lose precision thanks to time_t < double (bug #919012).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1004
retrieving revision 1.1005
diff -C2 -d -r1.1004 -r1.1005
*** NEWS	19 Jun 2004 01:02:44 -0000	1.1004
--- NEWS	19 Jun 2004 20:50:47 -0000	1.1005
***************
*** 229,232 ****
--- 229,236 ----
  -----------------
  
+ - time module code that deals with time_t timestamps will now raise a
+   ValueError if more than a second is lost in precision from time_t being less
+   precise than a double.  Closes bug #919012.
+ 
  - fcntl.ioctl now warns if the mutate flag is not specified.
  




More information about the Python-checkins mailing list