Better error messages, support for Linux profiling tools, and many improvements to Python's type hinting have just landed. Let's take a look.| InfoWorld
On behalf of the Python Steering Council, We are accepting PEP-594 Removing dead batteries from the standard library. It removes a non-controversial set of very old unmaintained or obsolete libraries from the Python standard library. We expect this PEP to be a one time event, and for future deprecations to be handled differently. One thing we’d like to see happen while implementing it: Document the status of the modules being deprecated and removed and backport those deprecation updates to ...| Discussions on Python.org
This PEP proposed a list of standard library modules to be removed from the standard library. The modules are mostly historic data formats (e.g. Commodore and SUN file formats), APIs and operating systems that have been superseded a long time ago (e.g. ...| Python Enhancement Proposals (PEPs)