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 jayman
Recipients docs@python, jayman
Date 2020-11-28.17:49:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606585744.71.0.203898874877.issue42492@roundup.psfhosted.org>
In-reply-to
Content
The documentation talks about how assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex can be used as context managers. It also talks about the attributes of those context managers. Some attributes aren't documented. For example, the warning attribute of the assertRaises or assertRaisesRegex context manager isn't documented.
History
Date User Action Args
2020-11-28 17:49:04jaymansetrecipients: + jayman, docs@python
2020-11-28 17:49:04jaymansetmessageid: <1606585744.71.0.203898874877.issue42492@roundup.psfhosted.org>
2020-11-28 17:49:04jaymanlinkissue42492 messages
2020-11-28 17:49:04jaymancreate