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 miss-islington, ncoghlan, vstinner
Date 2019-09-30.00:29:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569803392.75.0.214159477479.issue38317@roundup.psfhosted.org>
In-reply-to
Content
Oh, the documentation in the PEP 587 was also wrong. I updated it:
https://github.com/python/peps/commit/16bc2821eeb09b4692c372a5a359fd28993cd29b

The "warnings options priority" is currently not documented at:
https://docs.python.org/dev/c-api/init_config.html

The latest major change was bpo-20361 when -b command line option changed to get the highest priority (-b > -W).

cc Nick Coghlan
History
Date User Action Args
2019-09-30 00:29:52vstinnersetrecipients: + vstinner, ncoghlan, miss-islington
2019-09-30 00:29:52vstinnersetmessageid: <1569803392.75.0.214159477479.issue38317@roundup.psfhosted.org>
2019-09-30 00:29:52vstinnerlinkissue38317 messages
2019-09-30 00:29:52vstinnercreate