]> granicus.if.org Git - python/commitdiff
Remove invalid comment in urllib.request. (#1054)
authorSenthil Kumaran <skumaran@gatech.edu>
Sun, 9 Apr 2017 06:27:25 +0000 (23:27 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2017 06:27:25 +0000 (23:27 -0700)
Lib/urllib/request.py

index 0a9fdf92bf249eb8f446e34f66afd6cbf5541808..b832fc9b2d8aa0fff319c109a939cc4fea1a24f4 100644 (file)
@@ -1657,14 +1657,10 @@ else:
         of the 'file' scheme; not recommended for general use."""
         return quote(pathname)
 
-# This really consists of two pieces:
-# (1) a class which handles opening of all sorts of URLs
-#     (plus assorted utilities etc.)
-# (2) a set of functions for parsing URLs
-# XXX Should these be separated out into different modules?
-
 
 ftpcache = {}
+
+
 class URLopener:
     """Class to open URLs.
     This is a class rather than just a subroutine because we may need