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 eli.bendersky
Recipients barry, eli.bendersky, ethan.furman, ned.deily, python-dev, ronaldoussoren
Date 2013-09-02.00:39:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAF-Rda95q2GVsngCnXjioej72PX0HqMzEVorSv0bgr3mm1P2Aw@mail.gmail.com>
In-reply-to <5223DBD1.6030503@stoneleaf.us>
Content
On Sun, Sep 1, 2013 at 5:29 PM, Ethan Furman <report@bugs.python.org> wrote:

>
> Ethan Furman added the comment:
>
> I've done some more investigation today but I can't tell if the issue is
> solely in help or if it's some wierd
> interaction between help and _EnumMeta.
>

So you can't reproduce it with other classes that have a custom __dir__ ?
History
Date User Action Args
2013-09-02 00:39:55eli.benderskysetrecipients: + eli.bendersky, barry, ronaldoussoren, ned.deily, ethan.furman, python-dev
2013-09-02 00:39:55eli.benderskylinkissue18693 messages
2013-09-02 00:39:54eli.benderskycreate