This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner, xtreak
Date 2021-04-16.13:56:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618581360.09.0.951514028874.issue43862@roundup.psfhosted.org>
In-reply-to
Content
> Sadly, the current -W option documentation is wrong :-( I started by writing PR 25439 to fix the documentation, before changing its behavior.

Hum, "wrong" may be too strong. I would say that it is at least misleading.

It starts with "file:line: category: message". I understood that it was the format the option, whereas it is not. Moreover, the full format is simply... not documented at all! Only the short -Waction format :-(

https://docs.python.org/dev/using/cmdline.html#cmdoption-W
History
Date User Action Args
2021-04-16 13:56:00vstinnersetrecipients: + vstinner, xtreak
2021-04-16 13:56:00vstinnersetmessageid: <1618581360.09.0.951514028874.issue43862@roundup.psfhosted.org>
2021-04-16 13:56:00vstinnerlinkissue43862 messages
2021-04-16 13:56:00vstinnercreate