summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-01-02 19:10:19 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-01-02 19:10:19 (GMT)
commit0123139d665c02fa731511d32a31724137c8eca0 (patch)
treef6f814c404e43d39ace97ff3b311eff5e86c34a4
parentc5dc4da125ee686f5544430b97545a17ad77a6cb (diff)
downloadcpython-0123139d665c02fa731511d32a31724137c8eca0.zip
cpython-0123139d665c02fa731511d32a31724137c8eca0.tar.gz
cpython-0123139d665c02fa731511d32a31724137c8eca0.tar.bz2
Added a section to record datetime changes. There's apparently going to
be an unbounded number of API changes <0.6 wink>.
-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
-------