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 eric.araujo
Recipients brian.curtin, eric.araujo, r.david.murray, rhettinger, saffroy
Date 2011-05-30.13:30:57
SpamBayes Score 0.015667342
Marked as misclassified No
Message-id <1306762258.36.0.952028399924.issue11416@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good.  One remark: instead of using keys() + getitem in Lib/netrc.py:109, you can use this: for host, attrs in self.allhosts.items()
History
Date User Action Args
2011-05-30 13:30:58eric.araujosetrecipients: + eric.araujo, rhettinger, r.david.murray, brian.curtin, saffroy
2011-05-30 13:30:58eric.araujosetmessageid: <1306762258.36.0.952028399924.issue11416@psf.upfronthosting.co.za>
2011-05-30 13:30:57eric.araujolinkissue11416 messages
2011-05-30 13:30:57eric.araujocreate