Message196781
| Author | ronaldoussoren |
|---|---|
| Recipients | barry, eli.bendersky, ethan.furman, ned.deily, python-dev, ronaldoussoren |
| Date | 2013-09-02.12:34:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1378125291.92.0.697638281354.issue18693@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
That help() is confused by __dir__ is documented in #16938. AFAIK help is fairly fragile in its expectations of the attributes present on classes and the correspondence between dir(cls) and list(cls.__dict__), and that is something that could be fixed in pydoc and/or inspect. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-02 12:34:51 | ronaldoussoren | set | recipients: + ronaldoussoren, barry, ned.deily, eli.bendersky, ethan.furman, python-dev |
| 2013-09-02 12:34:51 | ronaldoussoren | set | messageid: <1378125291.92.0.697638281354.issue18693@psf.upfronthosting.co.za> |
| 2013-09-02 12:34:51 | ronaldoussoren | link | issue18693 messages |
| 2013-09-02 12:34:51 | ronaldoussoren | create | |