mirror of https://github.com/python/cpython
gh-83648: Use versionadded in 'deprecated' description (GH-121877)
This commit is contained in:
parent
f589f263bc
commit
4e35dd607b
|
@ -1466,7 +1466,7 @@ printed to standard error when the argument is used::
|
|||
snake.py: warning: option '--legs' is deprecated
|
||||
Namespace(legs=4)
|
||||
|
||||
.. versionchanged:: 3.13
|
||||
.. versionadded:: 3.13
|
||||
|
||||
|
||||
Action classes
|
||||
|
|
Loading…
Reference in New Issue