diff options
author | Guido van Rossum <guido@python.org> | 2003-04-14 22:01:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-04-14 22:01:58 (GMT) |
commit | 8b7a9a38c66aff5633255b63be639ee8592f180b (patch) | |
tree | 3e385d0dbb502e732aaa613464eef7ad3b51a186 /Misc/NEWS | |
parent | 4dcdb78c6ffd203c9d72ef41638cc4a0e3857adf (diff) | |
download | cpython-8b7a9a38c66aff5633255b63be639ee8592f180b.zip cpython-8b7a9a38c66aff5633255b63be639ee8592f180b.tar.gz cpython-8b7a9a38c66aff5633255b63be639ee8592f180b.tar.bz2 |
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.)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -330,6 +330,8 @@ Extension modules - 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 time class. Previously, a datetimetz object with tzinfo=None acted |