Description
Redistributes the removed standard-library asyncore module for legacy Python networking code. It helps older applications keep their event-loop-style socket handling available on newer Python versions.
This is a compatibility library. New network code should use maintained async frameworks, and legacy asyncore services should be reviewed for security, timeouts, and error handling.