Feature or enhancement
Proposal:
When netrc security check fails due to ownership issues, we display:
|
raise NetrcParseError( |
|
(f"~/.netrc file owner ({fowner}, {user}) does not match" |
|
" current user")) |
The message is a bit misleading, so we should improve it.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
https://github.com/python/cpython/pull/135816/files#r2160393000
Linked PRs
Feature or enhancement
Proposal:
When
netrcsecurity check fails due to ownership issues, we display:cpython/Lib/netrc.py
Lines 157 to 159 in e7295a8
The message is a bit misleading, so we should improve it.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
https://github.com/python/cpython/pull/135816/files#r2160393000
Linked PRs
netrcsecurity checks #135827