]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove invalid comment in urllib.request.(#1056)
authorSenthil Kumaran <skumaran@gatech.edu>
Sun, 9 Apr 2017 17:14:48 +0000 (10:14 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2017 17:14:48 +0000 (10:14 -0700)
(cherry picked from commit a2a9ddd923a849124bdd1c484f70f02df6fde0e9)

Lib/urllib/request.py

index a46c689493575753b8b6bd3f5c5727f6a16cf0bc..0cd03332b0e97223508c0c8a46233be18ffe346a 100644 (file)
@@ -1594,14 +1594,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