Message190383
| Author | terry.reedy |
|---|---|
| Recipients | Bernt.Røskar.Brenna, brian.curtin, roger.serwy, terry.reedy |
| Date | 2013-05-30.21:29:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1369949395.71.0.950912101931.issue7883@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
#12520 deleted _find_constructor in 3.x as it works with, but only with old-style classes (gone in 3.x) and just uses getattr(ob, '__init__', None). I believe the tests in this patch duplicate existing tests at the bottom of CallTips.py (increased from 10 to 30 as part of #12510). I will recheck when I move the existing tests into the new idle_test/test_calltips.py. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-05-30 21:29:55 | terry.reedy | set | recipients: + terry.reedy, roger.serwy, brian.curtin, Bernt.Røskar.Brenna |
| 2013-05-30 21:29:55 | terry.reedy | set | messageid: <1369949395.71.0.950912101931.issue7883@psf.upfronthosting.co.za> |
| 2013-05-30 21:29:55 | terry.reedy | link | issue7883 messages |
| 2013-05-30 21:29:55 | terry.reedy | create | |