mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
added message attribute compared to the previous version of Exception. It is also a new-style class, making all exceptions now new-style. KeyboardInterrupt and SystemExit inherit from BaseException directly. String exceptions now raise DeprecationWarning. Applies patch 1104669, and closes bugs 1012952 and 518846. |
||
|---|---|---|
| .. | ||
| test_augassign | ||
| test_cgi | ||
| test_class | ||
| test_coercion | ||
| test_compare | ||
| test_cookie | ||
| test_cProfile | ||
| test_exceptions | ||
| test_extcall | ||
| test_frozen | ||
| test_global | ||
| test_grammar | ||
| test_httplib | ||
| test_linuxaudiodev | ||
| test_logging | ||
| test_math | ||
| test_MimeWriter | ||
| test_mmap | ||
| test_new | ||
| test_nis | ||
| test_opcodes | ||
| test_openpty | ||
| test_operations | ||
| test_ossaudiodev | ||
| test_pep277 | ||
| test_pkg | ||
| test_poll | ||
| test_popen | ||
| test_popen2 | ||
| test_profile | ||
| test_pty | ||
| test_pyexpat | ||
| test_regex | ||
| test_resource | ||
| test_rgbimg | ||
| test_scope | ||
| test_signal | ||
| test_thread | ||
| test_threadedtempfile | ||
| test_tokenize | ||
| test_types | ||
| test_winreg | ||
| test_xdrlib | ||
| xmltests | ||