Message 308159 - Python tracker
Message308159
| Author | vstinner |
|---|---|
| Recipients | ncoghlan, vstinner |
| Date | 2017-12-12.22:04:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1513116267.57.0.213398074469.issue32230@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-12 22:04:27 | vstinner | set | recipients: + vstinner, ncoghlan |
| 2017-12-12 22:04:27 | vstinner | set | messageid: <1513116267.57.0.213398074469.issue32230@psf.upfronthosting.co.za> |
| 2017-12-12 22:04:27 | vstinner | link | issue32230 messages |
| 2017-12-12 22:04:27 | vstinner | create | |