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 thomir
Recipients Arfrever, benjamin.peterson, berker.peksag, docs@python, ezio.melotti, me@dennis.is, ncoghlan, nitika, petri.lehtinen, terry.reedy, thomir
Date 2016-09-12.23:03:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473721415.81.0.975920524821.issue17188@psf.upfronthosting.co.za>
In-reply-to
Content
I have attached a patch for 3.4, based on the patch submitted by Nitika Agarwal. The main difference is that I think it's better to be explicit and show a separate example of `raise X from None`.

I will submit a patch for later versions as well.
History
Date User Action Args
2016-09-12 23:03:35thomirsetrecipients: + thomir, terry.reedy, ncoghlan, benjamin.peterson, ezio.melotti, Arfrever, docs@python, petri.lehtinen, berker.peksag, me@dennis.is, nitika
2016-09-12 23:03:35thomirsetmessageid: <1473721415.81.0.975920524821.issue17188@psf.upfronthosting.co.za>
2016-09-12 23:03:35thomirlinkissue17188 messages
2016-09-12 23:03:35thomircreate