Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103d6e7 commit 12a7f96Copy full SHA for 12a7f96
1 file changed
Lib/urlparse.py
@@ -236,7 +236,6 @@ def urldefrag(url):
236
http:g?y = <URL:http://a/b/c/g?y>
237
http:g?y/./x = <URL:http://a/b/c/g?y/./x>
238
"""
239
-# XXX The result for //g is actually http://g/; is this a problem?
240
241
def test():
242
import sys
0 commit comments