bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)

This commit is contained in:
Dong-hee Na 2018-06-09 01:07:52 +09:00 committed by Yury Selivanov
parent 9e6685ea7b
commit 4f54867e29
2 changed files with 3 additions and 0 deletions

View file

@ -756,6 +756,8 @@ function.
Describes a enum value of Parameter.kind.
.. versionadded:: 3.8
Example: print all descriptions of arguments::
>>> def foo(a, b, *, c, d=10):

View file

@ -0,0 +1 @@
Add versionadded tag to the documentation of ParameterKind.description