mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Remove duplication.
This commit is contained in:
parent
a5a9a9c369
commit
e130a52d8a
36 changed files with 43 additions and 43 deletions
|
|
@ -878,7 +878,7 @@ class HandlerTests(unittest.TestCase):
|
|||
def test_http_doubleslash(self):
|
||||
# Checks the presence of any unnecessary double slash in url does not
|
||||
# break anything. Previously, a double slash directly after the host
|
||||
# could could cause incorrect parsing.
|
||||
# could cause incorrect parsing.
|
||||
h = urllib.request.AbstractHTTPHandler()
|
||||
o = h.parent = MockOpener()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue