Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12a7f96

Browse files
committed
Patch #712124: Remove obsolete comment.
1 parent 103d6e7 commit 12a7f96

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/urlparse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ def urldefrag(url):
236236
http:g?y = <URL:http://a/b/c/g?y>
237237
http:g?y/./x = <URL:http://a/b/c/g?y/./x>
238238
"""
239-
# XXX The result for //g is actually http://g/; is this a problem?
240239

241240
def test():
242241
import sys

0 commit comments

Comments
 (0)