diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-12-16 20:57:22 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-12-16 20:57:22 (GMT) |
commit | e820cb60a3f326c0eaacb48a95da6e72b6e8ab0e (patch) | |
tree | e5073cc6431bc39dd7f89d4a204bc23b61213c71 /Misc | |
parent | bd43e9195ba734073b15b3a1b02e5621e3380ca9 (diff) | |
download | cpython-e820cb60a3f326c0eaacb48a95da6e72b6e8ab0e.zip cpython-e820cb60a3f326c0eaacb48a95da6e72b6e8ab0e.tar.gz cpython-e820cb60a3f326c0eaacb48a95da6e72b6e8ab0e.tar.bz2 |
Blurb about new datetime module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -341,6 +341,12 @@ Core and builtins Extension modules ----------------- +- The new datetime module supplies classes for manipulating dates and + times. The basic design came from the Zope "fishbowl process", and + favors practical commercial applications over calendar esoterica. See + + http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage + - _tkinter now returns Tcl objects, instead of strings. Objects which have Python equivalents are converted to Python objects, other objects are wrapped. This can be configured through the wantobjects method, @@ -879,8 +885,8 @@ Windows XXX Python, what must they do to convert it? XXX I'm still not sure how to link this thing (see PCbuild/readme.txt). XXX The version # is likely to change before 2.3a1. - -- The Windows distribution now ships with a Secure Sockets Library (SLL) + +- The Windows distribution now ships with a Secure Sockets Library (SLL) module (_ssl.pyd) - The Windows distribution now ships with Tcl/Tk version 8.4.1 (it |