Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f334e7abeedda144e9882d5c54205bbc > files > 374

python3-docs-3.3.2-13.2.mga4.noarch.rpm

:mod:`urllib` --- URL handling modules
======================================

``urllib`` is a package that collects several modules for working with URLs:

* :mod:`urllib.request` for opening and reading URLs
* :mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`
* :mod:`urllib.parse` for parsing URLs
* :mod:`urllib.robotparser` for parsing ``robots.txt`` files