Message 197845 - Python tracker

Message197845

Author ethan.furman
Recipients barry, eli.bendersky, ethan.furman
Date 2013-09-16.00:03:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379289794.97.0.994378932185.issue19031@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-09-16 00:03:15ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky
2013-09-16 00:03:14ethan.furmansetmessageid: <1379289794.97.0.994378932185.issue19031@psf.upfronthosting.co.za>
2013-09-16 00:03:14ethan.furmanlinkissue19031 messages
2013-09-16 00:03:14ethan.furmancreate