Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4f54867e
Commit
4f54867e
authored
Jun 09, 2018
by
Dong-hee Na
Committed by
Yury Selivanov
Jun 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)
parent
9e6685ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Doc/library/inspect.rst
Doc/library/inspect.rst
+2
-0
Misc/NEWS.d/next/Documentation/2018-06-08-23-37-14.bpo-33197.OERTKf.rst
...xt/Documentation/2018-06-08-23-37-14.bpo-33197.OERTKf.rst
+1
-0
No files found.
Doc/library/inspect.rst
View file @
4f54867e
...
...
@@ -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):
...
...
Misc/NEWS.d/next/Documentation/2018-06-08-23-37-14.bpo-33197.OERTKf.rst
0 → 100644
View file @
4f54867e
Add versionadded tag to the documentation of ParameterKind.description
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment