[New-bugs-announce] [issue18693] help() not helpful with enum

Ethan Furman report at bugs.python.org
Fri Aug 9 03:59:52 CEST 2013


New submission from Ethan Furman:

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.

----------
assignee: ethan.furman
messages: 194714
nosy: barry, eli.bendersky, ethan.furman
priority: normal
severity: normal
status: open
title: help() not helpful with enum
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18693>
_______________________________________


More information about the New-bugs-announce mailing list