]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue1177
authorKurt B. Kaiser <kbk@shore.net>
Wed, 2 Jan 2008 04:11:28 +0000 (04:11 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Wed, 2 Jan 2008 04:11:28 +0000 (04:11 +0000)
commit0f7c25d20f68f5fc7f51e05161b0eeb34b8050de
tree14d223c501ea9deb94c92597a5229b9d21c8b4e7
parent9fd2bcf654cbee681328cf940e52097652c9dfc6
Issue1177
r58207 and r58247 patch logic is reversed.  I noticed this when I
tried to use urllib to retrieve a file which required auth.

Fix that and add a test for 401 error to verify.
Lib/test/test_urllib.py
Lib/urllib.py