[issue45493] str() and repr() of enum different in Python 3.11 from Python <= 3.10

Gregory P. Smith report at bugs.python.org
Tue Oct 19 03:04:37 EDT 2021


Gregory P. Smith <greg at krypto.org> added the comment:

We just need https://github.com/python/cpython/pull/27010 to be done on main to roll it back.

str and repr changes are quite painful to foist upon users existing code and tests.

----------
nosy: +gregory.p.smith

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


More information about the Python-bugs-list mailing list