commit | a98924a063b6c8f94f7a03c78bd83e6131954381 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat May 17 05:55:19 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat May 17 05:55:19 2003 +0000 |
tree | f5aa342bfaca35a37e6915b2a9f413e20e371990 | |
parent | 63af08aa93f49e36bba19d452b63575487161604 [diff] [blame] |
datetime.datetime and datetime.time can now be subclassed in Python. Brr.
diff --git a/Misc/NEWS b/Misc/NEWS index 6e8cae6..e182845 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Extension modules ----------------- +- The datetime.datetime and datetime.time classes are now properly + subclassable. + - _tkinter.{get|set}busywaitinterval was added. - itertools.islice() now accepts stop=None as documented.