ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
16 lines
468 B
ReStructuredText
16 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
|