Message196781
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. |
|
| 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 | |
|