diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-01-02 19:10:19 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-01-02 19:10:19 (GMT) |
commit | 0123139d665c02fa731511d32a31724137c8eca0 (patch) | |
tree | f6f814c404e43d39ace97ff3b311eff5e86c34a4 | |
parent | c5dc4da125ee686f5544430b97545a17ad77a6cb (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ------- |