py4.3.0
This Python release exposes a new API (without deprecating the old one) that uses context-manageable objects for each collection task. It's now possible to do e.g. with ping.Pinger(*args) as pinger:...
. This allows things like connvitals-monitor to easily re-use sockets for long-lived tasks.