[issue18693] help() not helpful with enum

Ethan Furman report at bugs.python.org
Mon Sep 2 03:22:26 CEST 2013


Ethan Furman added the comment:

What I know for sure:

   1) if something is added to dir() that does not live in __dict__, help() breaks.

   2) if a certain something or some things are removed from dir(), help() breaks.  I'm not yet certain which somethings 
apply here.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18693>
_______________________________________


More information about the Python-bugs-list mailing list