[issue38317] PyConfig (PEP 587): PyConfig.warnoptions should have the highest priority

STINNER Victor report at bugs.python.org
Sun Sep 29 20:29:52 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

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

----------
nosy: +ncoghlan
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38317>
_______________________________________


More information about the Python-bugs-list mailing list