This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients python-dev, serhiy.storchaka, terry.reedy
Date 2014-01-27.04:06:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Actually, all new-style classes .__new__ and .__init__ from object if not over-ridden. The calltip code depends on the .__init__ inheritance.
History
Date User Action Args
2014-01-27 04:06:17terry.reedysetrecipients: + terry.reedy, python-dev, serhiy.storchaka
2014-01-27 04:06:17terry.reedysetmessageid: <[email protected]>
2014-01-27 04:06:17terry.reedylinkissue20338 messages
2014-01-27 04:06:17terry.reedycreate