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 ethan.furman, ezio.melotti, kamie, michael.foord, pitrou, python-dev, r.david.murray, the.mulhern
Date 2014-03-25.19:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ftjNl6Qdbz7LjN@mail.python.org>
In-reply-to
Content
New changeset 3f8b801e7e76 by R David Murray in branch '2.7':
backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.
http://hg.python.org/cpython/rev/3f8b801e7e76

New changeset 32407a677215 by R David Murray in branch '3.4':
backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.
http://hg.python.org/cpython/rev/32407a677215

New changeset 8f72f8359987 by R David Murray in branch 'default':
Merge #20145 backport: delete whatsnew entry.
http://hg.python.org/cpython/rev/8f72f8359987
History
Date User Action Args
2014-03-25 19:35:36python-devsetrecipients: + python-dev, pitrou, ezio.melotti, r.david.murray, michael.foord, ethan.furman, the.mulhern, kamie
2014-03-25 19:35:36python-devlinkissue20145 messages
2014-03-25 19:35:36python-devcreate