https://github.com/python/cpython/commit/b11a77668c8e2fd5dec4d59ef78ce4733b4a8e3a commit: b11a77668c8e2fd5dec4d59ef78ce4733b4a8e3a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware <[email protected]> date: 2024-07-16T21:43:40Z summary:
[3.13] gh-83648: Use versionadded in 'deprecated' description (GH-121878) (cherry picked from commit 4e35dd607b0f32657341e6c4f583d14964ee1699) Authored-by: Zachary Ware <[email protected]> files: M Doc/library/argparse.rst diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 0367c83d9369d3..aa1341c8d4d4a8 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
