Home
last modified time | relevance | path

Searched refs:uses_netloc (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/urllib/
Dparse.py52 uses_netloc = ['', 'ftp', 'http', 'gopher', 'nntp', 'telnet', variable
511 if netloc or (scheme and scheme in uses_netloc and url[:2] != '//'):
538 if scheme in uses_netloc:
/third_party/python/Misc/
DHISTORY27652 instead of removing the file: scheme from the uses_netloc list. One,