Add news item about raising ValueError when timemodule.c code that uses

timestamps will lose precision thanks to time_t < double (bug #919012).
This commit is contained in:
Brett Cannon 2004-06-19 20:50:47 +00:00
parent 298c380c74
commit b46ed71d70
1 changed files with 4 additions and 0 deletions

View File

@ -228,6 +228,10 @@ Core and builtins
Extension modules
-----------------
- 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.
- nt now properly allows to refer to UNC roots, e.g. in nt.stat().