]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Gopher to list of protocols that support query strings.
authorGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:27:21 +0000 (22:27 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:27:21 +0000 (22:27 +0000)
Lib/urlparse.py

index 560028df94c45d071c5595ae600274eb456e78f6..185eb7fd6efa4faee194ac3d20d450fabcb65cef 100644 (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',