Added a section to record datetime changes. There's apparently going to

be an unbounded number of API changes <0.6 wink>.
This commit is contained in:
Tim Peters 2003-01-02 19:10:19 +00:00
parent c5dc4da125
commit 0123139d66
1 changed files with 5 additions and 0 deletions

View File

@ -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
-------