[Python-checkins] python/dist/src/Misc NEWS,1.563,1.564

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 16 Dec 2002 12:57:32 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv11523/python/Misc

Modified Files:
	NEWS 
Log Message:
Blurb about new datetime module.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.563
retrieving revision 1.564
diff -C2 -d -r1.563 -r1.564
*** NEWS	16 Dec 2002 18:12:47 -0000	1.563
--- NEWS	16 Dec 2002 20:57:22 -0000	1.564
***************
*** 342,345 ****
--- 342,351 ----
  -----------------
  
+ - 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
***************
*** 880,885 ****
    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) 
     module (_ssl.pyd)
  
--- 886,891 ----
    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)
     module (_ssl.pyd)