[issue18635] Enum sets _member_type_ to instantiated values but not the class

Chris Lambacher report at bugs.python.org
Fri Aug 2 21:34:16 CEST 2013


New submission from Chris Lambacher:

It would be useful to set the discovered member_type to the Enum class and not just the instance. Attached is a patch to add _member_type_ to the enum_class.

----------
files: enum_member_type_on_class.patch
keywords: patch
messages: 194199
nosy: lambacck
priority: normal
severity: normal
status: open
title: Enum sets _member_type_ to instantiated values but not the class
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file31125/enum_member_type_on_class.patch

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


More information about the Python-bugs-list mailing list