diff options
-rw-r--r-- | Lib/urlparse.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/urlparse.py b/Lib/urlparse.py index 560028d..185eb7f 100644 --- a/Lib/urlparse.py +++ b/Lib/urlparse.py @@ -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', |