This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:10serhiy.storchakasetrecipients: + serhiy.storchaka, doerwalter, vstinner, methane, corona10, ZackerySpytz, miss-islington
2018-07-16 17:02:10serhiy.storchakasetmessageid: <1531760530.25.0.56676864532.issue33967@psf.upfronthosting.co.za>
2018-07-16 17:02:10serhiy.storchakalinkissue33967 messages
2018-07-16 17:02:10serhiy.storchakacreate