Ethan Furman
Ethan Furman
The warnings at https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html do not mention the issues with reloading modules with enums: - `Enum` and `Flag` are compared by identity (`is`, even if `==` is used (similarly to...
The description states there are no dependencies, but this is not true since `playsound` is using external third-party programs to do the work, and will not function without them.
---- 📚 Documentation preview 📚: https://pep-previews--3660.org.readthedocs.build/
# Feature or enhancement Make `_EnumDict`, `_EnumDict._member_names`, and possibly other private names public. This is to make subclassing `EnumType` and other advanced behavior supported, such as having multiple values per...
BPO | [47133](https://bugs.python.org/issue47133) --- | :--- Nosy | @gpshead, @stevendaprano, @ethanfurman, @serhiy-storchaka *Note: these values reflect the state of the issue at the time it was migrated and might not...