[issue19031] Make help() enum aware

2014-11-01 Thread Ethan Furman
Ethan Furman added the comment: Closing this as a duplicate of issue19404. -- resolution: - duplicate status: open - closed superseder: - Simplify per-instance control of help() output ___ Python tracker rep...@bugs.python.org

[issue19031] Make help() enum aware

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19031 ___ ___

[issue19031] Make help() enum aware

2013-10-26 Thread Nick Coghlan
Nick Coghlan added the comment: I proposed a possible solution for this in issue 19404 -- nosy: +ncoghlan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19031 ___

[issue19031] Make help() enum aware

2013-10-06 Thread Ethan Furman
Ethan Furman added the comment: What I'd really like to see is for help to be smart enough to pick up the docstrings from instances if an instance has one. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19031

[issue19031] Make help() enum aware

2013-09-15 Thread Ethan Furman
New submission from Ethan Furman: Currently, if help() is called on an Enum member, it displays help for the class. While this is usually what one wants, it is not for Enums. -- messages: 197845 nosy: barry, eli.bendersky, ethan.furman priority: normal severity: normal status: open