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 r.david.murray
Recipients facundobatista, r.david.murray, rhettinger
Date 2016-09-14.14:44:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473864274.09.0.788606130353.issue28135@psf.upfronthosting.co.za>
In-reply-to
Content
This has been proposed and rejected several times before.

IMO, a strong reason to reject it is that no other assert methods return values.  Consistency is important.

Also note that cm survives the context manager, so you don't need that assignment statement.
History
Date User Action Args
2016-09-14 14:44:34r.david.murraysetrecipients: + r.david.murray, rhettinger, facundobatista
2016-09-14 14:44:34r.david.murraysetmessageid: <1473864274.09.0.788606130353.issue28135@psf.upfronthosting.co.za>
2016-09-14 14:44:34r.david.murraylinkissue28135 messages
2016-09-14 14:44:34r.david.murraycreate