]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
authorVictor Stinner <vstinner@python.org>
Fri, 16 Apr 2021 17:12:14 +0000 (19:12 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Apr 2021 17:12:14 +0000 (19:12 +0200)
commit62ec63864822de1dd1933225584e8503ac40c1f9
tree4e150021e9606e833ae4d339b900f180f17677c6
parent0ad81d4db2f409d72f469d0b74ab597be772a68e
bpo-43862: Enhance -W cmdline option documentation (GH-25439)

The -W format is "action:message:category:module:lineno".

Update also the Python manual page.
Doc/c-api/init_config.rst
Doc/tools/susp-ignored.csv
Doc/using/cmdline.rst
Misc/python.man