diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/trace.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/trace.rst b/Doc/library/trace.rst index 5cb7029..85fec68 100644 --- a/Doc/library/trace.rst +++ b/Doc/library/trace.rst @@ -42,6 +42,9 @@ all Python modules imported during the execution into the current directory. Display the version of the module and exit. +.. versionadded:: 3.8 + Added ``--module`` option that allows to run an executable module. + Main options ^^^^^^^^^^^^ |