Skip to content

py4.3.0

Compare
Choose a tag to compare
@ocket8888 ocket8888 released this 07 Aug 14:34
· 12 commits to master since this release

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.