From f7edadbc584be04d92b867bbbdee09fd4eea3dee Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 19 Jan 1998 22:27:21 +0000 Subject: [PATCH] Add Gopher to list of protocols that support query strings. --- Lib/urlparse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/urlparse.py b/Lib/urlparse.py index 560028df94c..185eb7fd6ef 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',