bpo-36886: Document changes in code object in What's new section (GH-13255)

This commit is contained in:
Pablo Galindo 2019-05-12 22:45:52 +01:00 committed by GitHub
parent 4959c33d25
commit 5d23e282af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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
--------------------