Message298222
| Author | serhiy.storchaka |
|---|---|
| Recipients | benjamin.peterson, georg.brandl, larry, ned.deily, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2017-07-12.14:41:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1499870517.94.0.033610852371.issue30730@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Oh, I forgot that null character/byte errors were of type TypeError before 3.5. The simplest fix is changing corresponding ValueError in self.assertRaises() to the tuple (ValueError, TypeError). I have updated the PR for 3.5. You can include the fix in your "[3.4] Backport CI config from master" PR or I can create a separate PR for 3.4. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-12 14:41:57 | serhiy.storchaka | set | recipients: + serhiy.storchaka, georg.brandl, paul.moore, vstinner, larry, tim.golden, benjamin.peterson, ned.deily, zach.ware, steve.dower |
| 2017-07-12 14:41:57 | serhiy.storchaka | set | messageid: <1499870517.94.0.033610852371.issue30730@psf.upfronthosting.co.za> |
| 2017-07-12 14:41:57 | serhiy.storchaka | link | issue30730 messages |
| 2017-07-12 14:41:57 | serhiy.storchaka | create | |