commit | f7edadbc584be04d92b867bbbdee09fd4eea3dee | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 19 22:27:21 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 19 22:27:21 1998 +0000 |
tree | 644b0f1ec562ddc97956a56b7ef6b29ead5de31a | |
parent | e7579624ef2997783f5f5354b3fcf8b0ceccabd2 [diff] |
Add Gopher to list of protocols that support query strings.
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_query = ['http', 'wais', 'https', 'shttp', + 'gopher', ''] uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news', 'nntp', 'wais', 'https', 'shttp', 'snews',