On Sun, 20 Oct 2013 19:49:24 -0700, Ethan Furman <et...@stoneleaf.us> wrote: > On 10/20/2013 07:42 PM, Raymond Hettinger wrote: > > > > In short, I recommend that efforts be directed at improving help() rather > > than limiting introspection by way of less clean coding practices. > > +1
I'm also +1 on improving help instead of using wrapper classes. > We also have the option of adding a custom __dir__ to change what help() > displays. I think you'd want to be careful about __dir__ also interfering with introspection if it is used *just* to make the help cleaner. --David _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com