Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

This comment in datetime.__new__ makes me +0.5 on s/__/_/:


        self = date.__new__(cls, year, month, day)
        # XXX This duplicates __year, __month, __day for convenience :-(        
                                                                                
                         
        self.__year = year
        self.__month = month
        self.__day = day

Tim,

Do you remember why it was a good idea to derive datetime from date?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7989>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to