Message308159
We found an agreement with Nick :-) I applied Nick's PR. The issue is now fixed:
vstinner@apu$ ./python -X dev -c 'import sys; print(sys.warnoptions)'
['default']
This PR also fix bpo-20361: -b and -bb options now have the highest priority.
The documentation is maybe not perfect, but Nick stated that he will update the doc with the implementation of his PEP 565. |
|
| Date |
User |
Action |
Args |
| 2017-12-12 22:04:27 | vstinner | set | recipients:
+ vstinner, ncoghlan |
| 2017-12-12 22:04:27 | vstinner | set | messageid: <[email protected]> |
| 2017-12-12 22:04:27 | vstinner | link | issue32230 messages |
| 2017-12-12 22:04:27 | vstinner | create | |
|