mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Steve Clift pointed out that 'file' allows a netloc.
This commit is contained in:
parent
61eeb044d7
commit
974e32d910
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
|
|||
'https', 'shttp',
|
||||
'prospero', '']
|
||||
uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', 'wais',
|
||||
'file',
|
||||
'https', 'shttp', 'snews',
|
||||
'prospero', '']
|
||||
non_hierarchical = ['gopher', 'hdl', 'mailto', 'news', 'telnet', 'wais',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue