Yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/node14.html

From ZCubes Wiki
Revision as of 18:54, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/utilities.html|[[Image:yurttas_PL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

4.2 Deprecation of String Exceptions

The -X command-line option will be removed in Python 1.6. All exceptions built into Python or provided in the standard library will be classes derived from Exception.

String exceptions will still be supported in the interpreter to allow existing code to run unmodified, but this will also change in a future release.