[Python-checkins] python/dist/src/Misc NEWS,1.766,1.767

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 16 May 2003 22:55:51 -0700


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

Modified Files:
	NEWS 
Log Message:
datetime.datetime and datetime.time can now be subclassed in Python.  Brr.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.766
retrieving revision 1.767
diff -C2 -d -r1.766 -r1.767
*** NEWS	16 May 2003 01:46:51 -0000	1.766
--- NEWS	17 May 2003 05:55:18 -0000	1.767
***************
*** 27,30 ****
--- 27,33 ----
  -----------------
  
+ - The datetime.datetime and datetime.time classes are now properly
+   subclassable.
+ 
  - _tkinter.{get|set}busywaitinterval was added.