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.

Author ncoghlan
Recipients Arfrever, Tyler.Crompton, ethan.furman, ncoghlan
Date 2012-06-27.21:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7f=pjYCxxbkvjO8V7UPaMA1D7JeR_jucwpexJS2BQ2xWQ@mail.gmail.com>
In-reply-to <1340831976.77.0.625442955023.issue15209@psf.upfronthosting.co.za>
Content
The from clause is intended for replacing previous exceptions with *new*
exceptions, not editing the attributes of existing ones which may already
have a different __cause__ set. So - 1 from me, even for 3.4. A patch to
the docs explaining that this is not supported syntactically because it
risks losing debugging data would be fine, though.
History
Date User Action Args
2012-06-27 21:28:17ncoghlansetrecipients: + ncoghlan, Arfrever, ethan.furman, Tyler.Crompton
2012-06-27 21:28:17ncoghlanlinkissue15209 messages
2012-06-27 21:28:16ncoghlancreate