mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
remove file: from list of protocols taking host
This commit is contained in:
parent
30642ab29f
commit
1a16c868d4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import string
|
||||||
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
|
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
|
||||||
'prospero', '']
|
'prospero', '']
|
||||||
uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', 'wais',
|
uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', 'wais',
|
||||||
'file', 'prospero', '']
|
'prospero', '']
|
||||||
non_hierarchical = ['gopher', 'mailto', 'news', 'telnet', 'wais']
|
non_hierarchical = ['gopher', 'mailto', 'news', 'telnet', 'wais']
|
||||||
uses_params = ['ftp', 'prospero', '']
|
uses_params = ['ftp', 'prospero', '']
|
||||||
uses_query = ['http', 'wais', '']
|
uses_query = ['http', 'wais', '']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue