Message 197723 - Python tracker (original) (raw)

Message197723

Author python-dev
Recipients ezio.melotti, michael.foord, pitrou, python-dev, r.david.murray, vinay.sajip
Date 2013-09-14.17:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 3cch2m6drqz7Lkw@mail.python.org
In-reply-to
Content
New changeset 4f5815747f58 by Antoine Pitrou in branch 'default': Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. http://hg.python.org/cpython/rev/4f5815747f58
History
Date User Action Args
2013-09-14 17:45:53 python-dev set recipients: + python-dev, vinay.sajip, pitrou, ezio.melotti, r.david.murray, michael.foord
2013-09-14 17:45:53 python-dev link issue18937 messages
2013-09-14 17:45:53 python-dev create