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 saffroy
Recipients eric.araujo, r.david.murray, rhettinger, saffroy
Date 2011-03-28.21:15:41
SpamBayes Score 3.1462698e-06
Marked as misclassified No
Message-id <1301346947.9.0.561595198832.issue11416@psf.upfronthosting.co.za>
In-reply-to
Content
So I finally cooked a little patch for netrc.py in python 2.6.
The patch extends netrc.authenticators() with an extra parameter to select a login name, but otherwise the behaviour remains the same (still returns the last entry for a given host).

Lightly tested, works for me.
History
Date User Action Args
2011-03-28 21:15:47saffroysetrecipients: + saffroy, rhettinger, eric.araujo, r.david.murray
2011-03-28 21:15:47saffroysetmessageid: <1301346947.9.0.561595198832.issue11416@psf.upfronthosting.co.za>
2011-03-28 21:15:41saffroylinkissue11416 messages
2011-03-28 21:15:41saffroycreate