mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
modify other occurrence of test_bad_address
This commit is contained in:
parent
122388a5a5
commit
cc5b64a70a
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class urlopenNetworkTests(unittest.TestCase):
|
||||||
# domain will be spared to serve its defined
|
# domain will be spared to serve its defined
|
||||||
# purpose.
|
# purpose.
|
||||||
# urllib.urlopen, "http://www.sadflkjsasadf.com/")
|
# urllib.urlopen, "http://www.sadflkjsasadf.com/")
|
||||||
urllib.urlopen, "http://www.python.invalid./")
|
urllib.urlopen, "http://sadflkjsasf.i.nvali.d/")
|
||||||
|
|
||||||
class urlretrieveNetworkTests(unittest.TestCase):
|
class urlretrieveNetworkTests(unittest.TestCase):
|
||||||
"""Tests urllib.urlretrieve using the network."""
|
"""Tests urllib.urlretrieve using the network."""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue