mirror of https://github.com/python/cpython
bpo-36886: Document changes in code object in What's new section (GH-13255)
This commit is contained in:
parent
4959c33d25
commit
5d23e282af
|
@ -977,6 +977,10 @@ Changes in the Python API
|
|||
replacement by a pure Python implementation. (Contributed by Pablo Galindo
|
||||
in :issue:`36623`.)
|
||||
|
||||
* :class:`types.CodeType` has a new parameter in the second position of the
|
||||
constructor (*posonlyargcount*) to support positional-only arguments defined
|
||||
in :pep:`570`.
|
||||
|
||||
|
||||
Changes in the C API
|
||||
--------------------
|
||||
|
|
Loading…
Reference in New Issue