[issue2202] urllib2 fails against IIS 6.0 (No support for MD5-sess auth)

R. David Murray report at bugs.python.org
Thu Jun 23 03:44:11 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

One question is whether this is a bug fix or a feature request.

Other than that, I'd like to see the test classes collapsed into a single test class, considering that each one only has a single test in it.  Probably ProxyAuthTests should be refactored so that the stuff that is currently in setUp is a method that gets called with appropriate parameters instead, and all the new tests moved on to ProxyAuthTests.

Also, a version of the patch for 3.x would be most helpful, since it won't port cleanly due to the renamings.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list