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: the old raise syntax is not legal in Python 3
Type: Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, tshepang
Priority: normal Keywords: patch

Created on 2013-01-13 10:20 by tshepang, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
raise-exception.diff tshepang, 2013-01-13 10:20
Messages (2)
msg179857 - (view) Author: Tshepang Lekhonkhobe (tshepang) * Date: 2013-01-13 10:20
There is an outdated statement that "the old form of raising exceptions *will* be removed in Python 3". It's ambiguous in that you don't know if such was ever in Python 3, and it is also time-sensitive (and now outdated).
msg179859 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-01-13 10:27
New changeset 89db18c77152 by Georg Brandl in branch 'default':
Closes #16950: update wording about raise syntax.
http://hg.python.org/peps/rev/89db18c77152
History
Date User Action Args
2022-04-11 14:57:40adminsetgithub: 61154
2013-01-13 10:27:09python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg179859

resolution: fixed
stage: resolved
2013-01-13 10:20:58tshepangsetfiles: + raise-exception.diff
keywords: + patch
2013-01-13 10:20:38tshepangcreate