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

Éric Araujo report at bugs.python.org
Mon May 30 16:18:38 CEST 2011


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

I’m surprised self.assert_ does not produce a DeprecationWarning (in favor of assertTrue).  The tests should use assertEqual(expected, computed) anyway, to let developers see a useful diff when the test fails.  Could you change this in the tests?

----------

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


More information about the Python-bugs-list mailing list