https://github.com/python/cpython/commit/745d24c116886b8cf50dc57cc41735e445aeea9e
commit: 745d24c116886b8cf50dc57cc41735e445aeea9e
branch: 3.14
author: Bartosz SÅ‚awecki <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2026-07-10T19:59:54+03:00
summary:

[3.14] gh-151213: Remove remaining `--retries` refs from 3.14 asyncio tools 
docs (GH-153492)

files:
M Doc/library/asyncio-tools.rst

diff --git a/Doc/library/asyncio-tools.rst b/Doc/library/asyncio-tools.rst
index d0c4a22fea4fe3..5ffb9bb414e842 100644
--- a/Doc/library/asyncio-tools.rst
+++ b/Doc/library/asyncio-tools.rst
@@ -19,8 +19,8 @@ The following commands inspect the process identified by 
``PID``:
 
 .. code-block:: shell-session
 
-   $ python -m asyncio pstree [--retries N] PID
-   $ python -m asyncio ps [--retries N] PID
+   $ python -m asyncio pstree PID
+   $ python -m asyncio ps PID
 
 The commands read the target process state without executing any code in it.
 They are only available on supported platforms and may require permission to

_______________________________________________
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]

Reply via email to