From 0123139d665c02fa731511d32a31724137c8eca0 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 2 Jan 2003 19:10:19 +0000 Subject: [PATCH] Added a section to record datetime changes. There's apparently going to be an unbounded number of API changes <0.6 wink>. --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 6997f03c73..0034710484 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 . + Library ------- -- 2.50.1