This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients barry, eli.bendersky, ethan.furman
Date 2013-08-09.01:59:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376013592.17.0.550012846255.issue18693@psf.upfronthosting.co.za>
In-reply-to
Content
help(), when used on an enum member or class, returns almost nothing.  I suspect the custom __dir__ is at fault, but whatever is causing the problem needs fixing.
History
Date User Action Args
2013-08-09 01:59:52ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky
2013-08-09 01:59:52ethan.furmansetmessageid: <1376013592.17.0.550012846255.issue18693@psf.upfronthosting.co.za>
2013-08-09 01:59:52ethan.furmanlinkissue18693 messages
2013-08-09 01:59:51ethan.furmancreate