Description
Restores the older asynchat module for Python versions where it was removed from the standard library. It helps legacy networking code keep running while maintainers plan a migration path.
This is a compatibility package for old asynchronous socket code. New projects should usually use maintained async libraries instead of starting new code on asynchat.