]> granicus.if.org Git - python/commit
Fix test_urllib broken by my previous commits. The assumptions it was
authorGregory P. Smith <greg@krypto.org>
Sat, 10 Nov 2012 23:12:55 +0000 (15:12 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 10 Nov 2012 23:12:55 +0000 (15:12 -0800)
commit6d9388faab63343db47e59eb28c926bc3cbe75d1
tree787fcd3838d18135e1d33c9c07c07f3411a62842
parent6e467049c68632dd58502a42b367100e99edb66b
Fix test_urllib broken by my previous commits.  The assumptions it was
testing were added as part of the issue10050 change that caused the
wrong behavior in the first place.  now all test cases agree on the
behavior.
Lib/test/test_urllib.py