home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyos2bin.zip / Lib / test / output / test_exceptions < prev    next >
Text File  |  1996-12-10  |  331b  |  24 lines

  1. test_exceptions
  2. 5. Built-in exceptions
  3. AttributeError
  4. EOFError
  5. IOError
  6. ImportError
  7. IndexError
  8. KeyError
  9. KeyboardInterrupt
  10. (not testable in a script)
  11. MemoryError
  12. (not safe to test)
  13. NameError
  14. OverflowError
  15. RuntimeError
  16. (not used any more?)
  17. SyntaxError
  18. SystemError
  19. (hard to reproduce)
  20. SystemExit
  21. TypeError
  22. ValueError
  23. ZeroDivisionError
  24.