Hacker News new | ask | show | jobs
by roelschroeven 597 days ago
> Some Enum features work differently (incompatible) in Python 3.11.x versions.

I know that Python 3.11 added some things, like StrEnum; those obviously won't work on older Python versions. But I'm not aware of things that work in a certain Python 3 version but don't work in newer ones. You're even talking about incompatibilities between different 3.11.x versions? Can you give some more detail on that?

1 comments

Yes, the issue is the change in behavior in a bugfix version. I don't remember the exact details.