Message376959
Yes, the change only considered types with their own copy of `__new__` to be actual data types, so in 3.6 `HexInt` was the recognized data type, but in 3.7+ it was `int` -- which also meant that HexEnum was considered a simple mix-in and its `__repr__` was used instead of `Enum.__repr__`. |
|
Date |
User |
Action |
Args |
2020-09-15 22:15:37 | ethan.furman | set | recipients:
+ ethan.furman, barry, eli.bendersky, rmccampbell7, xtreak |
2020-09-15 22:15:37 | ethan.furman | set | messageid: <1600208137.29.0.229586369122.issue39587@roundup.psfhosted.org> |
2020-09-15 22:15:37 | ethan.furman | link | issue39587 messages |
2020-09-15 22:15:37 | ethan.furman | create | |
|