bpo-33197: Add versionadded tag to the documentation of ParameterKind… · python/cpython@4f54867

File tree

2 files changed

lines changed

  • Misc/NEWS.d/next/Documentation

2 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -756,6 +756,8 @@ function.

756756
757757

Describes a enum value of Parameter.kind.

758758
759+

.. versionadded:: 3.8

760+
759761

Example: print all descriptions of arguments::

760762
761763

>>> def foo(a, b, *, c, d=10):

Original file line numberDiff line numberDiff line change

@@ -0,0 +1 @@

1+

Add versionadded tag to the documentation of ParameterKind.description