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 serhiy.storchaka
Recipients Antony.Lee, barry, eli.bendersky, ethan.furman, serhiy.storchaka
Date 2015-04-11.18:22:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428776541.6.0.889658155061.issue23008@psf.upfronthosting.co.za>
In-reply-to
Content
This is because bool(enum.Enum) is False. Other example:

$ pydoc3 builtins.False
no Python documentation found for 'builtins.False'

$ pydoc3 builtins.True
Help on bool in builtins object:

builtins.True = class bool(int)
...

Here is simple fix.
History
Date User Action Args
2015-04-11 18:22:21serhiy.storchakasetrecipients: + serhiy.storchaka, barry, eli.bendersky, ethan.furman, Antony.Lee
2015-04-11 18:22:21serhiy.storchakasetmessageid: <1428776541.6.0.889658155061.issue23008@psf.upfronthosting.co.za>
2015-04-11 18:22:21serhiy.storchakalinkissue23008 messages
2015-04-11 18:22:21serhiy.storchakacreate