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: removal of string exceptions is already done
Type: Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: brett.cannon, docs@python, python-dev, tshepang
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
string-exceptions.diff tshepang, 2013-01-13 09:56
Messages (2)
msg179854 - (view) Author: Tshepang Lekhonkhobe (tshepang) * Date: 2013-01-13 09:56
This part of the PEP is written as if string exceptions are currently being removed, which is not the case.

Also, it is probably more accurate to say "they are forbidden *and* are removed", instead of "they are forbidden *because* they are are removed.
msg179858 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-01-13 10:26
New changeset bf68a42a43bf by Georg Brandl in branch 'default':
Closes #16949: update wording about string exceptions.
http://hg.python.org/peps/rev/bf68a42a43bf
History
Date User Action Args
2022-04-11 14:57:40adminsetgithub: 61153
2013-01-13 10:26:31python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg179858

resolution: fixed
stage: resolved
2013-01-13 10:07:42pitrousetnosy: + brett.cannon
2013-01-13 09:56:42tshepangcreate