mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
X-ref to numbers module.
This commit is contained in:
parent
afd05da314
commit
5f27af055b
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@
|
||||||
.. versionadded:: 2.6
|
.. versionadded:: 2.6
|
||||||
|
|
||||||
This module provides the infrastructure for defining abstract base classes
|
This module provides the infrastructure for defining abstract base classes
|
||||||
(ABCs) in Python, as outlined in :pep:`3119`; see the PEP for why this
|
(ABCs) in Python, as outlined in :pep:`3119`; see the PEP for why this was added
|
||||||
was added to Python. (See also, :pep:`3141` regarding a type hierarchy
|
to Python. (See also :pep:`3141` and the :mod:`numbers` module regarding a type
|
||||||
for numbers based on ABCs.)
|
hierarchy for numbers based on ABCs.)
|
||||||
|
|
||||||
The :mod:`collections` module has some concrete classes that derive from
|
The :mod:`collections` module has some concrete classes that derive from
|
||||||
ABCs; these can, of course, be further derived. In addition the
|
ABCs; these can, of course, be further derived. In addition the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue