1192
1192
self.assertRaises(errors.KnitCorrupt, index.keys)
1194
1194
if (str(e) == ('exceptions must be strings, classes, or instances,'
1197
1196
self.knownFailure('Pyrex <0.9.5 fails with TypeError when'
1198
1197
' raising new style exceptions with python'