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 xiang.zhang
Recipients vstinner, xiang.zhang
Date 2016-11-26.11:13:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480158810.39.0.736994382472.issue28806@psf.upfronthosting.co.za>
In-reply-to
Content
netrc library now gets some problems:

1. All tokens are mandatory. (#28780)
2. Token values are limited to a limited set of characters. (#557704)
3. Does not complain about macro definition without a null line.
4. If the login name is anonymous, security check is not needed.

Propose a patch to handle these. I treat it as an enhancement of the existing library instead of bug fix.
History
Date User Action Args
2016-11-26 11:13:30xiang.zhangsetrecipients: + xiang.zhang, vstinner
2016-11-26 11:13:30xiang.zhangsetmessageid: <1480158810.39.0.736994382472.issue28806@psf.upfronthosting.co.za>
2016-11-26 11:13:30xiang.zhanglinkissue28806 messages
2016-11-26 11:13:30xiang.zhangcreate