From: Guido van Rossum Date: Mon, 19 Jan 1998 22:27:21 +0000 (+0000) Subject: Add Gopher to list of protocols that support query strings. X-Git-Tag: v1.5.1~929 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7edadbc584be04d92b867bbbdee09fd4eea3dee;p=thirdparty%2FPython%2Fcpython.git Add Gopher to list of protocols that support query strings. --- diff --git a/Lib/urlparse.py b/Lib/urlparse.py index 560028df94c4..185eb7fd6efa 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',