Message321743
| Author | serhiy.storchaka |
|---|---|
| Recipients | ZackerySpytz, corona10, doerwalter, methane, miss-islington, serhiy.storchaka, vstinner |
| Date | 2018-07-16.17:02:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1531760530.25.0.56676864532.issue33967@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The purpose of using assertRaisesRegexp() was testing the error message. assertRaises() doesn't do this. Needed to restore the appropriate assertion method, but using a non-deprecated alias: assertRaisesRegex(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-16 17:02:10 | serhiy.storchaka | set | recipients: + serhiy.storchaka, doerwalter, vstinner, methane, corona10, ZackerySpytz, miss-islington |
| 2018-07-16 17:02:10 | serhiy.storchaka | set | messageid: <1531760530.25.0.56676864532.issue33967@psf.upfronthosting.co.za> |
| 2018-07-16 17:02:10 | serhiy.storchaka | link | issue33967 messages |
| 2018-07-16 17:02:10 | serhiy.storchaka | create | |