Merge with 3.4

This commit is contained in:
Terry Jan Reedy 2014-06-20 15:17:01 -04:00
commit e079147870
1 changed files with 1 additions and 1 deletions

View File

@ -1149,7 +1149,7 @@ order (MRO) for bases """
except (TypeError, UnicodeEncodeError):
pass
else:
raise TestFailed("[chr(128)] slots not caught")
self.fail("[chr(128)] slots not caught")
# Test leaks
class Counted(object):