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 BTaskaya, eric.snow, nanjekyejoannah, ncoghlan, vstinner
Date 2019-05-15.14:19:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557929994.68.0.246592042308.issue33135@roundup.psfhosted.org>
In-reply-to
Content
In the master branch, the C function config_read_cmdline() uses:

* cmdline_warnoptions: -W command line arguments
* env_warnoptions: PYTHONWARNINGS environment variable

The config_init_warnoptions() uses these 2 list and combine it with other options, dev_mode and bytes_warnings.

The warnings options are now specified in my PEP 587:
https://www.python.org/dev/peps/pep-0587/#priority-and-rules
History
Date User Action Args
2019-05-15 14:19:54vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, nanjekyejoannah, BTaskaya
2019-05-15 14:19:54vstinnersetmessageid: <1557929994.68.0.246592042308.issue33135@roundup.psfhosted.org>
2019-05-15 14:19:54vstinnerlinkissue33135 messages
2019-05-15 14:19:54vstinnercreate