Message 306696 - Python tracker
Message306696
| Author | Decorater |
|---|---|
| Recipients | Decorater, jbfzs, r.david.murray, rhettinger, serhiy.storchaka, vstinner, Александр Карпинский |
| Date | 2017-11-22.00:23:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1511310190.49.0.213398074469.issue27535@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If it was me I would store the warning registry in an error log or something in the current directory that ran python itself. (maybe something like ``[main script name].log``? This way it generates the warnings like usual and does not eat up memory. And then the log could to turned off when they dont want any warnings (when ignored). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-22 00:23:10 | Decorater | set | recipients: + Decorater, rhettinger, vstinner, r.david.murray, serhiy.storchaka, Александр Карпинский, jbfzs |
| 2017-11-22 00:23:10 | Decorater | set | messageid: <1511310190.49.0.213398074469.issue27535@psf.upfronthosting.co.za> |
| 2017-11-22 00:23:10 | Decorater | link | issue27535 messages |
| 2017-11-22 00:23:10 | Decorater | create | |