Skip to content

Make safe_netrc class compatible with old versions of Python

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