]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added a section to record datetime changes. There's apparently going to
authorTim Peters <tim.peters@gmail.com>
Thu, 2 Jan 2003 19:10:19 +0000 (19:10 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 2 Jan 2003 19:10:19 +0000 (19:10 +0000)
be an unbounded number of API changes <0.6 wink>.

Misc/NEWS

index 6997f03c73d95909a8ad8f8146edec97068eeee1..0034710484a6f0ec5ab53737e319319503a286ea 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,11 @@ Extension modules
 
 - fcntl now exposes the strops.h I_* constants.
 
+- datetime changes:
+
+  today() and now() now round system timestamps to the closest
+  microsecond <http://www.python.org/sf/661086>.
+
 Library
 -------