mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Missing source links.
This commit is contained in:
parent
399bf7be41
commit
ead4975b9f
4 changed files with 14 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
.. sectionauthor:: Georg Brandl
|
.. sectionauthor:: Georg Brandl
|
||||||
.. much of the content adapted from docstrings
|
.. much of the content adapted from docstrings
|
||||||
|
|
||||||
|
**Source code:** :source:`Lib/abc.py`
|
||||||
|
|
||||||
|
--------------
|
||||||
|
|
||||||
This module provides the infrastructure for defining an :term:`abstract base
|
This module provides the infrastructure for defining an :term:`abstract base
|
||||||
class` (ABCs) in Python, as outlined in :pep:`3119`; see the PEP for why this
|
class` (ABCs) in Python, as outlined in :pep:`3119`; see the PEP for why this
|
||||||
was added to Python. (See also :pep:`3141` and the :mod:`numbers` module
|
was added to Python. (See also :pep:`3141` and the :mod:`numbers` module
|
||||||
|
|
|
@ -10,6 +10,10 @@
|
||||||
single: AIFF
|
single: AIFF
|
||||||
single: AIFF-C
|
single: AIFF-C
|
||||||
|
|
||||||
|
**Source code:** :source:`Lib/aifc.py`
|
||||||
|
|
||||||
|
--------------
|
||||||
|
|
||||||
This module provides support for reading and writing AIFF and AIFF-C files.
|
This module provides support for reading and writing AIFF and AIFF-C files.
|
||||||
AIFF is Audio Interchange File Format, a format for storing digital audio
|
AIFF is Audio Interchange File Format, a format for storing digital audio
|
||||||
samples in a file. AIFF-C is a newer version of the format that includes the
|
samples in a file. AIFF-C is a newer version of the format that includes the
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
.. moduleauthor:: Sam Rushing <rushing@nightmare.com>
|
.. moduleauthor:: Sam Rushing <rushing@nightmare.com>
|
||||||
.. sectionauthor:: Steve Holden <sholden@holdenweb.com>
|
.. sectionauthor:: Steve Holden <sholden@holdenweb.com>
|
||||||
|
|
||||||
|
**Source code:** :source:`Lib/asynchat.py`
|
||||||
|
|
||||||
|
--------------
|
||||||
|
|
||||||
This module builds on the :mod:`asyncore` infrastructure, simplifying
|
This module builds on the :mod:`asyncore` infrastructure, simplifying
|
||||||
asynchronous clients and servers and making it easier to handle protocols
|
asynchronous clients and servers and making it easier to handle protocols
|
||||||
|
|
|
@ -9,6 +9,9 @@
|
||||||
.. sectionauthor:: Steve Holden <sholden@holdenweb.com>
|
.. sectionauthor:: Steve Holden <sholden@holdenweb.com>
|
||||||
.. heavily adapted from original documentation by Sam Rushing
|
.. heavily adapted from original documentation by Sam Rushing
|
||||||
|
|
||||||
|
**Source code:** :source:`Lib/asyncore.py`
|
||||||
|
|
||||||
|
--------------
|
||||||
|
|
||||||
This module provides the basic infrastructure for writing asynchronous socket
|
This module provides the basic infrastructure for writing asynchronous socket
|
||||||
service clients and servers.
|
service clients and servers.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue