blob: 9ca74b829d861d41c92ddf376788583fc79843db [file] [log] [blame]
Georg Brandlfe7b00f2012-10-06 13:49:34 +02001:mod:`urllib` --- URL handling modules
2======================================
3
4``urllib`` is a package that collects several modules for working with URLs:
5
6* :mod:`urllib.request` for opening and reading URLs
7* :mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`
8* :mod:`urllib.parse` for parsing URLs
9* :mod:`urllib.robotparser` for parsing ``robots.txt`` files