mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
docs: module page titles should not start with a link to themselves (GH-117099) (cherry picked from commit bcb435ee8ff41b5ec5d879ee0b6651f146a66151) Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
15 lines
468 B
ReStructuredText
15 lines
468 B
ReStructuredText
:mod:`!urllib` --- URL handling modules
|
|
=======================================
|
|
|
|
.. module:: urllib
|
|
|
|
**Source code:** :source:`Lib/urllib/`
|
|
|
|
--------------
|
|
|
|
``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
|