mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
This commit is contained in:
parent
d8f530fe32
commit
6881ea936e
24 changed files with 28 additions and 29 deletions
|
@ -1826,7 +1826,7 @@ Function and class definitions
|
|||
* ``bases`` is a list of nodes for explicitly specified base classes.
|
||||
* ``keywords`` is a list of :class:`keyword` nodes, principally for 'metaclass'.
|
||||
Other keywords will be passed to the metaclass, as per `PEP-3115
|
||||
<https://www.python.org/dev/peps/pep-3115/>`_.
|
||||
<https://peps.python.org/pep-3115/>`_.
|
||||
* ``starargs`` and ``kwargs`` are each a single node, as in a function call.
|
||||
starargs will be expanded to join the list of base classes, and kwargs will
|
||||
be passed to the metaclass.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue