Staging
v0.5.1
https://github.com/python/cpython
Revision b5789a7419655f66692fab463320048bd2290e81 authored by Miss Islington (bot) on 05 August 2020, 21:43:16 UTC, committed by GitHub on 05 August 2020, 21:43:16 UTC
(cherry picked from commit 52f98424a55e14f05dfa7483cc0faf634a61c9ff)

Co-authored-by: Eric L. Frederich <eric.frederich@gmail.com>
1 parent b24c9d2
Raw File
Tip revision: b5789a7419655f66692fab463320048bd2290e81 authored by Miss Islington (bot) on 05 August 2020, 21:43:16 UTC
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
Tip revision: b5789a7
index.rst
***************
 Python HOWTOs
***************

Python HOWTOs are documents that cover a single, specific topic,
and attempt to cover it fairly completely. Modelled on the Linux
Documentation Project's HOWTO collection, this collection is an
effort to foster documentation that's more detailed than the
Python Library Reference.

Currently, the HOWTOs are:

.. toctree::
   :maxdepth: 1

   pyporting.rst
   cporting.rst
   curses.rst
   descriptor.rst
   functional.rst
   logging.rst
   logging-cookbook.rst
   regex.rst
   sockets.rst
   sorting.rst
   unicode.rst
   urllib2.rst
   argparse.rst
   ipaddress.rst
   clinic.rst
   instrumentation.rst

back to top