]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_urllib broken by my previous commits. The assumptions it was
authorGregory P. Smith <greg@krypto.org>
Sat, 10 Nov 2012 23:13:20 +0000 (15:13 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 10 Nov 2012 23:13:20 +0000 (15:13 -0800)
commit601c0591c2423b1dae461e3b4f23777ef8af0fce
tree14ca5e4ae00b4b1a0a0a25498751f1409087f23a
parentb8f09d37912b26ded090c45fe0df6a2ee4141202
parent6d9388faab63343db47e59eb28c926bc3cbe75d1
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