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 r.david.murray
Recipients Arfrever, barry, benjamin.peterson, bruno.Piguet, georg.brandl, giampaolo.rodola, larry, r.david.murray
Date 2013-09-15.20:09:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379275765.49.0.954762462863.issue14984@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch, with docs and test.

Turns out it actually wasn't necessary to move the check to the password, but I'm leaving it that way anyway.  The reason it wasn't necessary is that we don't actually parse the .netrc file correctly: we require that the password field be present.  So I'll want to fix *that* bug in some version of python, in which case the test should then be in the password check where I have it now...
History
Date User Action Args
2013-09-15 20:09:25r.david.murraysetrecipients: + r.david.murray, barry, georg.brandl, larry, giampaolo.rodola, benjamin.peterson, Arfrever, bruno.Piguet
2013-09-15 20:09:25r.david.murraysetmessageid: <1379275765.49.0.954762462863.issue14984@psf.upfronthosting.co.za>
2013-09-15 20:09:25r.david.murraylinkissue14984 messages
2013-09-15 20:09:25r.david.murraycreate