summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6997f03..0034710 100644
--- 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
-------