A major cleanup of the standard Python library is planned
The developers of the Python project have published a proposal (PEP 594) for a significant cleanup of the standard library. The removal from the Python standard library includes not only explicitly outdated and specialized features, but also components that have architectural issues and cannot be unified across all platforms. For example, it is proposed to exclude modules like crypt from the standard library due to their unavailability on Windows […]
