mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
add ABC to the glossary
This commit is contained in:
parent
aa76d77e2b
commit
aac51b8a69
2 changed files with 16 additions and 7 deletions
|
@ -9,10 +9,10 @@
|
|||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
This module provides the infrastructure for defining abstract base classes
|
||||
(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 regarding a type
|
||||
hierarchy for numbers based on ABCs.)
|
||||
This module provides the infrastructure for defining :term:`abstract base
|
||||
classes` (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
|
||||
regarding a type hierarchy for numbers based on ABCs.)
|
||||
|
||||
The :mod:`collections` module has some concrete classes that derive from
|
||||
ABCs; these can, of course, be further derived. In addition the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue