Message 209391 - Python tracker
Message209391
| 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 | <1390795577.32.0.847658318016.issue20338@psf.upfronthosting.co.za> |
| 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:17 | terry.reedy | set | recipients: + terry.reedy, python-dev, serhiy.storchaka |
| 2014-01-27 04:06:17 | terry.reedy | set | messageid: <1390795577.32.0.847658318016.issue20338@psf.upfronthosting.co.za> |
| 2014-01-27 04:06:17 | terry.reedy | link | issue20338 messages |
| 2014-01-27 04:06:17 | terry.reedy | create | |