mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
added hdl protocol properties
This commit is contained in:
parent
3c998825bd
commit
5feb54c461
1 changed files with 3 additions and 3 deletions
|
|
@ -9,10 +9,10 @@ uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
|
|||
'prospero', '']
|
||||
uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', 'wais',
|
||||
'prospero', '']
|
||||
non_hierarchical = ['gopher', 'mailto', 'news', 'telnet', 'wais']
|
||||
uses_params = ['ftp', 'prospero', 'http', '']
|
||||
non_hierarchical = ['gopher', 'hdl', 'mailto', 'news', 'telnet', 'wais']
|
||||
uses_params = ['ftp', 'hdl', 'prospero', 'http', '']
|
||||
uses_query = ['http', 'wais', '']
|
||||
uses_fragment = ['ftp', 'http', 'gopher', 'news', 'nntp', 'wais',
|
||||
uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news', 'nntp', 'wais',
|
||||
'file', 'prospero', '']
|
||||
|
||||
# Characters valid in scheme names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue