From: Tim Peters Date: Thu, 2 Jan 2003 19:10:19 +0000 (+0000) Subject: Added a section to record datetime changes. There's apparently going to X-Git-Tag: v2.3c1~2643 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0123139d665c02fa731511d32a31724137c8eca0;p=thirdparty%2FPython%2Fcpython.git Added a section to record datetime changes. There's apparently going to be an unbounded number of API changes <0.6 wink>. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6997f03c73d9..0034710484a6 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 -------