Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4959c33 commit 5d23e28Copy full SHA for 5d23e28
1 file changed
Doc/whatsnew/3.8.rst
@@ -977,6 +977,10 @@ Changes in the Python API
977
replacement by a pure Python implementation. (Contributed by Pablo Galindo
978
in :issue:`36623`.)
979
980
+* :class:`types.CodeType` has a new parameter in the second position of the
981
+ constructor (*posonlyargcount*) to support positional-only arguments defined
982
+ in :pep:`570`.
983
+
984
985
Changes in the C API
986
--------------------
0 commit comments