mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Rolled back revisions 74556 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
This commit is contained in:
parent
38c34ef5de
commit
676161a850
3 changed files with 0 additions and 20 deletions
|
@ -116,7 +116,6 @@ class _AssertRaisesContext(object):
|
|||
if not issubclass(exc_type, self.expected):
|
||||
# let unexpected exceptions pass through
|
||||
return False
|
||||
self.exc_value = exc_value #store for later retrieval
|
||||
if self.expected_regex is None:
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue