Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e820cb6

Browse files
committed
Blurb about new datetime module.
1 parent bd43e91 commit e820cb6

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,12 @@ Core and builtins
341341
Extension modules
342342
-----------------
343343

344+
- The new datetime module supplies classes for manipulating dates and
345+
times. The basic design came from the Zope "fishbowl process", and
346+
favors practical commercial applications over calendar esoterica. See
347+
348+
http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage
349+
344350
- _tkinter now returns Tcl objects, instead of strings. Objects which
345351
have Python equivalents are converted to Python objects, other objects
346352
are wrapped. This can be configured through the wantobjects method,
@@ -879,8 +885,8 @@ Windows
879885
XXX Python, what must they do to convert it?
880886
XXX I'm still not sure how to link this thing (see PCbuild/readme.txt).
881887
XXX The version # is likely to change before 2.3a1.
882-
883-
- The Windows distribution now ships with a Secure Sockets Library (SLL)
888+
889+
- The Windows distribution now ships with a Secure Sockets Library (SLL)
884890
module (_ssl.pyd)
885891

886892
- The Windows distribution now ships with Tcl/Tk version 8.4.1 (it

0 commit comments

Comments
 (0)