]> granicus.if.org Git - python/commitdiff
added hdl protocol properties
authorGuido van Rossum <guido@python.org>
Tue, 28 May 1996 23:10:02 +0000 (23:10 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 May 1996 23:10:02 +0000 (23:10 +0000)
Lib/urlparse.py

index 08722b17d3036e3c4460b53400f237e1e2db191f..571de46a37d7e4d5e45735da7632838a6e5af02c 100644 (file)
@@ -9,10 +9,10 @@ uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
                 'prospero', '']
 uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', 'wais',
               'prospero', '']
-non_hierarchical = ['gopher', 'mailto', 'news', 'telnet', 'wais']
-uses_params = ['ftp', 'prospero', 'http', '']
+non_hierarchical = ['gopher', 'hdl', 'mailto', 'news', 'telnet', 'wais']
+uses_params = ['ftp', 'hdl', 'prospero', 'http', '']
 uses_query = ['http', 'wais', '']
-uses_fragment = ['ftp', 'http', 'gopher', 'news', 'nntp', 'wais',
+uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news', 'nntp', 'wais',
                 'file', 'prospero', '']
 
 # Characters valid in scheme names