[Python-checkins] python/dist/src/Misc NEWS,1.722,1.723
gvanrossum@users.sourceforge.net
gvanrossum@users.sourceforge.net
Mon, 14 Apr 2003 15:02:30 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv28774/Misc
Modified Files:
NEWS
Log Message:
The date class is now properly subclassable. (SF bug #720908)
(This is only the tip of the iceberg; the time and datetime classes
need the same treatment.)
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.722
retrieving revision 1.723
diff -C2 -d -r1.722 -r1.723
*** NEWS 14 Apr 2003 20:58:08 -0000 1.722
--- NEWS 14 Apr 2003 22:01:51 -0000 1.723
***************
*** 331,334 ****
--- 331,336 ----
- datetime changes:
+ The date class is now properly subclassable. (SF bug #720908)
+
The datetime and datetimetz classes have been collapsed into a single
datetime class, and likewise the time and timetz classes into a single