remove file: from list of protocols taking host
diff --git a/Lib/urlparse.py b/Lib/urlparse.py
index ef2384b..97a28bf 100644
--- a/Lib/urlparse.py
+++ b/Lib/urlparse.py
@@ -14,7 +14,7 @@
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
'prospero', '']
uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', 'wais',
- 'file', 'prospero', '']
+ 'prospero', '']
non_hierarchical = ['gopher', 'mailto', 'news', 'telnet', 'wais']
uses_params = ['ftp', 'prospero', '']
uses_query = ['http', 'wais', '']