[issue11416] netrc module does not handle multiple entries for a single host

Éric Araujo report at bugs.python.org
Mon May 30 15:30:58 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

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()

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11416>
_______________________________________


More information about the Python-bugs-list mailing list