Description
Redistributes the removed standard-library asynchat module for legacy Python code that still uses its asynchronous chat-style protocol helpers. It helps older network applications build on newer Python versions with fewer code changes.
This is a compatibility package, not a modern async framework. New software should prefer maintained asyncio, Trio, or AnyIO designs and keep legacy network code isolated and reviewed.