From 5feb54c461e51d0dd1120a84001bc5a516f8d002 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 28 May 1996 23:10:02 +0000 Subject: added hdl protocol properties --- Lib/urlparse.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/urlparse.py b/Lib/urlparse.py index 08722b1..571de46 100644 --- a/Lib/urlparse.py +++ b/Lib/urlparse.py @@ -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 -- cgit v0.12