urllib — URL handling modules
Source code: Lib/urllib/
urllib
is a package that collects several modules for working with URLs:
-
urllib.request
for opening and reading URLs -
urllib.error
containing the exceptions raised byurllib.request
-
urllib.parse
for parsing URLs -
urllib.robotparser
for parsingrobots.txt
files
© 2001–2020 Python Software Foundation
Licensed under the PSF License.
https://docs.python.org/3.5/library/urllib.html