]> granicus.if.org Git - python/commit
The date class is now properly subclassable. (SF bug #720908)
authorGuido van Rossum <guido@python.org>
Mon, 14 Apr 2003 22:01:58 +0000 (22:01 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Apr 2003 22:01:58 +0000 (22:01 +0000)
commit8b7a9a38c66aff5633255b63be639ee8592f180b
tree3e385d0dbb502e732aaa613464eef7ad3b51a186
parent4dcdb78c6ffd203c9d72ef41638cc4a0e3857adf
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.)
Lib/test/test_datetime.py
Misc/NEWS
Modules/datetimemodule.c