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',