Georg Brandl | fe7b00f | 2012-10-06 13:49:34 +0200 | [diff] [blame] | 1 | :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 |