mirror of https://github.com/python/cpython
Add XXX comment about a test that doesn't seem right -- no time to
explore this now.
This commit is contained in:
parent
0b56a3e9a7
commit
c08cc50e00
|
@ -226,6 +226,7 @@ test_input = """
|
|||
http:g = <URL:http://a/b/c/g>
|
||||
http: = <URL:http://a/b/c/d>
|
||||
"""
|
||||
# XXX The result for //g is actually http://g/; is this a problem?
|
||||
|
||||
def test():
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue