This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jheiselman
Recipients jheiselman, steven.daprano
Date 2021-04-29.21:42:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619732542.74.0.00677323010076.issue43980@roundup.psfhosted.org>
In-reply-to
Content
The netrc file has no formal standard, but the following supports the claim of its conventional naming.

Excerpt from https://curl.se/docs/manpage.html#-n:
"Makes curl scan the .netrc (_netrc on Windows) file in the user's home directory for login name and password."

Excerpt from https://www.labkey.org/Documentation/wiki-page.view?name=netrc:
"On a Mac, UNIX, or Linux system the netrc file should be named .netrc (dot netrc) and on Windows it should be named _netrc (underscore netrc)."

And a 9+ year old stack overflow post indicating that the use of _netrc on Windows is quite well established and has been for some time. I know it's not authoritative, but it does establish the length of history for this.
https://stackoverflow.com/questions/6031214/git-how-to-use-netrc-file-on-windows-to-save-user-and-password
History
Date User Action Args
2021-04-29 21:42:22jheiselmansetrecipients: + jheiselman, steven.daprano
2021-04-29 21:42:22jheiselmansetmessageid: <1619732542.74.0.00677323010076.issue43980@roundup.psfhosted.org>
2021-04-29 21:42:22jheiselmanlinkissue43980 messages
2021-04-29 21:42:22jheiselmancreate