summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-04-14 22:01:58 (GMT)
committerGuido van Rossum <guido@python.org>2003-04-14 22:01:58 (GMT)
commit8b7a9a38c66aff5633255b63be639ee8592f180b (patch)
tree3e385d0dbb502e732aaa613464eef7ad3b51a186 /Misc
parent4dcdb78c6ffd203c9d72ef41638cc4a0e3857adf (diff)
downloadcpython-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')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 438e619..4f24edc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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