mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
0a1af4aeb0
commit
c74298a72b
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ def _test():
|
|||
else:
|
||||
print "Expect InvalidURL"
|
||||
|
||||
for hp,h,p in (("[fe80::207:e9ff:fe9b]:8000", "fe80::207:e9ff:fe9b", 8000),
|
||||
for hp,h,p in (("[fe80::207:e9ff:fe9b]:8000", "fe80::207:e9ff:fe9b", 8000),
|
||||
("www.python.org:80", "www.python.org", 80),
|
||||
("www.python.org", "www.python.org", 80),
|
||||
("[fe80::207:e9ff:fe9b]", "fe80::207:e9ff:fe9b", 80)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue