[issue34908] netrc parding is overly strict

Ian Remmel report at bugs.python.org
Fri Oct 5 20:02:30 EDT 2018


Ian Remmel <design at ianwremmel.com> added the comment:

Yea, somehow, I suspected it was because there's no formal spec :)

I guess technically it's an enhancement, but given that configuration dictated by third-parties can break the environment, it does feel like a bug. 

For example, I can't use a python app to authenticate to github via netrc because of how heroku says I have to configure my netrc.

Also, there are probably two subtly different issues:
1. a machine with a password but no login breaks parsing
2. a machine with an unrecognized key breaks parsing

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34908>
_______________________________________


More information about the Python-bugs-list mailing list