-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
When netrc
security check fails due to ownership issues, we display:
Lines 157 to 159 in e7295a8
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
Metadata
Metadata
Assignees
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement