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 python-dev
Recipients SilentGhost, Winston.Ewert, brian.curtin, daniel.urban, ezio.melotti, michael.foord, python-dev, r.david.murray, rhettinger, robquad
Date 2011-05-06.12:02:49
SpamBayes Score 0.00078158785
Marked as misclassified No
Message-id <E1QIJk8-0006mu-Qz@dinsdale.python.org>
In-reply-to
Content
New changeset 8fc801ca9ea1 by Ezio Melotti in branch 'default':
Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers.  Initial patch by Winston Ewert.
http://hg.python.org/cpython/rev/8fc801ca9ea1
History
Date User Action Args
2011-05-06 12:02:52python-devsetrecipients: + python-dev, rhettinger, ezio.melotti, r.david.murray, michael.foord, brian.curtin, SilentGhost, daniel.urban, Winston.Ewert, robquad
2011-05-06 12:02:49python-devlinkissue10775 messages
2011-05-06 12:02:49python-devcreate