summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/library%2Furllib.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/python~3.12/library%2Furllib.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/python~3.12/library%2Furllib.html')
-rw-r--r--devdocs/python~3.12/library%2Furllib.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/devdocs/python~3.12/library%2Furllib.html b/devdocs/python~3.12/library%2Furllib.html
deleted file mode 100644
index 4eb00406..00000000
--- a/devdocs/python~3.12/library%2Furllib.html
+++ /dev/null
@@ -1,11 +0,0 @@
- <span id="urllib-url-handling-modules"></span><h1>urllib — URL handling modules</h1> <p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/3.12/Lib/urllib/">Lib/urllib/</a></p> <p><code>urllib</code> is a package that collects several modules for working with URLs:</p> <ul class="simple"> <li>
-<a class="reference internal" href="urllib.request#module-urllib.request" title="urllib.request: Extensible library for opening URLs."><code>urllib.request</code></a> for opening and reading URLs</li> <li>
-<a class="reference internal" href="urllib.error#module-urllib.error" title="urllib.error: Exception classes raised by urllib.request."><code>urllib.error</code></a> containing the exceptions raised by <a class="reference internal" href="urllib.request#module-urllib.request" title="urllib.request: Extensible library for opening URLs."><code>urllib.request</code></a>
-</li> <li>
-<a class="reference internal" href="urllib.parse#module-urllib.parse" title="urllib.parse: Parse URLs into or assemble them from components."><code>urllib.parse</code></a> for parsing URLs</li> <li>
-<a class="reference internal" href="urllib.robotparser#module-urllib.robotparser" title="urllib.robotparser: Load a robots.txt file and answer questions about fetchability of other URLs."><code>urllib.robotparser</code></a> for parsing <code>robots.txt</code> files</li> </ul> <div class="_attribution">
- <p class="_attribution-p">
- &copy; 2001&ndash;2023 Python Software Foundation<br>Licensed under the PSF License.<br>
- <a href="https://docs.python.org/3.12/library/urllib.html" class="_attribution-link">https://docs.python.org/3.12/library/urllib.html</a>
- </p>
-</div>