On 7/8/22 19:50, Ethan Furman wrote:

> The repr from a combined dataclass/enum looks like a dataclass, giving no 
clue that the
> object is an enum, and omitting any information about which enum member it is 
and which
> enum it is from.

Fixed in 3.11:  `<Creature.DOG: CreatureDataMixin(size='medium', legs=4)>`

--
~Ethan~
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/2CURYFJAFITUMBVTSJMVJSOBOVL2OXUA/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to