[issue34443] enum repr should use __qualname__

Serhiy Storchaka report at bugs.python.org
Mon Aug 20 13:15:59 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

__qualname__ should be used only together with __module__.

I agree that the repr of enum should be more consistent with the repr of class.

----------
nosy: +barry, eli.bendersky, ethan.furman, serhiy.storchaka
versions: +Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34443>
_______________________________________


More information about the Python-bugs-list mailing list