(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/standardExceptions.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/exceptionHandling.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/utilities.html| ]]
|
Python/C API Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/genindex.html| ]]
|
Previous: 4.1 Standard Exceptions Up: 4. Exception Handling Next: 5. Utilities
4.2 Deprecation of String Exceptions
All exceptions built into Python or provided in the standard library are derived from Exception.
String exceptions are still supported in the interpreter to allow existing code to run unmodified, but this will also change in a future release.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/standardExceptions.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/exceptionHandling.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/utilities.html| ]]
|
Python/C API Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/genindex.html| ]]
|
Previous: 4.1 Standard Exceptions Up: 4. Exception Handling Next: 5. Utilities
See About this document... for information on suggesting changes.