This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Documentation not updated to show string exceptions have been deprecated
Type: Stage:
Components: Documentation Versions: Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, georg.brandl, lrowe
Priority: normal Keywords:

Created on 2011-02-25 11:14 by lrowe, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg129353 - (view) Author: Laurence Rowe (lrowe) Date: 2011-02-25 11:14
The documentation at http://docs.python.org/c-api/exceptions.html#deprecation-of-string-exceptions states that "String exceptions are still supported in the interpreter to allow existing code to run unmodified, but this will also change in a future release." String exceptions were removed in 2.6.
msg129354 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2011-02-25 11:20
Thanks, fixed in r88571.
History
Date User Action Args
2022-04-11 14:57:13adminsetgithub: 55526
2011-02-25 11:20:28georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg129354

resolution: fixed
2011-02-25 11:14:01lrowecreate