Add Gopher to list of protocols that support query strings.

This commit is contained in:
Guido van Rossum 1998-01-19 22:27:21 +00:00
parent e7579624ef
commit f7edadbc58
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ uses_params = ['ftp', 'hdl', 'prospero', 'http',
'']
uses_query = ['http', 'wais',
'https', 'shttp',
'gopher',
'']
uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news', 'nntp', 'wais',
'https', 'shttp', 'snews',