PEP 594, take 2: Removing dead batteries from the standard library

The docs for binhex are still there: https://docs.python.org/3.11/library/binhex.html#module-binhex . I will remove it from the PEP, though, as the module itself is gone.

They seem to still be there, e.g., https://github.com/python/cpython/blob/main/Lib/asyncore.py and asyncore — Asynchronous socket handler — Python 3.11.7 documentation .

Removed!

That’s our deprecation policy: PEP 387 – Backwards Compatibility Policy | peps.python.org .

But it’s documented elsewhere as this is how things are deprecated, so since this is following policy I don’t think it needs to be explicitly called out.

2 Likes