Tim Peters <[email protected]> added the comment: > Do you remember why it was a good idea to > derive datetime from date?
Why not? A datetime is a date, but with additional behavior. Makes inheritance conceptually natural. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue7989> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
