mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Merge with 3.2.
This commit is contained in:
commit
f10644983e
41 changed files with 48 additions and 48 deletions
|
@ -879,7 +879,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