Skip to content

Make safe_netrc class compatible with old versions of Python

Leo P. Singer requested to merge leo-singer/lvalert:safe_netrc_varargs into master

In older versions of Python, the netrc.netrc._parse class took fewer arguments. Luckily, we are not using any of the additional arguments, so we can just pass through any *args and **kwargs.

Merge request reports