remove file: from list of protocols taking host

This commit is contained in:
Guido van Rossum 1995-08-10 19:45:41 +00:00
parent 30642ab29f
commit 1a16c868d4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import string
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
'prospero', '']
uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', 'wais',
'file', 'prospero', '']
'prospero', '']
non_hierarchical = ['gopher', 'mailto', 'news', 'telnet', 'wais']
uses_params = ['ftp', 'prospero', '']
uses_query = ['http', 'wais', '']