mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
bpo-36886: Document changes in code object in What's new section (GH-13255)
This commit is contained in:
parent
4959c33d25
commit
5d23e282af
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue