Message307722
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan, vstinner |
| Date | 2017-12-06.10:52:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1512557545.88.0.213398074469.issue32231@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
(From the discussion at https://bugs.python.org/issue32230#msg307721) Another benefit we'd gain from this approach is that we could easily omit the filter entirely in the case where neither -b nor -bb is set: in those situations, BytesWarning won't be emitted at all, so we don't really need to define a filter for it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-06 10:52:25 | ncoghlan | set | recipients: + ncoghlan, vstinner |
| 2017-12-06 10:52:25 | ncoghlan | set | messageid: <1512557545.88.0.213398074469.issue32231@psf.upfronthosting.co.za> |
| 2017-12-06 10:52:25 | ncoghlan | link | issue32231 messages |
| 2017-12-06 10:52:25 | ncoghlan | create | |