[issue23900] Add a default docstring to Enum subclasses

Ethan Furman report at bugs.python.org
Sat Apr 11 18:47:07 CEST 2015


Ethan Furman added the comment:

We could do something like:

'An enumeration.'

and perhaps even something like:

'An enumeration based on <int>.'

It's not much, but is better than the obviously wrong generic version.

----------
assignee:  -> ethan.furman

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


More information about the Python-bugs-list mailing list