Message 342574 - Python tracker
Message342574
| 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:54 | vstinner | set | recipients: + vstinner, ncoghlan, eric.snow, nanjekyejoannah, BTaskaya |
| 2019-05-15 14:19:54 | vstinner | set | messageid: <1557929994.68.0.246592042308.issue33135@roundup.psfhosted.org> |
| 2019-05-15 14:19:54 | vstinner | link | issue33135 messages |
| 2019-05-15 14:19:54 | vstinner | create | |