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 ethan.furman
Recipients aronacher, catalin.iacob, draghuram, eric.araujo, ethan.furman, ezio.melotti, georg.brandl, mrabarnett, ncoghlan, pitrou, poke, rhettinger, steven.daprano
Date 2012-02-03.17:29:36
SpamBayes Score 0.10311761
Marked as misclassified No
Message-id <1328290176.82.0.0425865075157.issue6210@psf.upfronthosting.co.za>
In-reply-to
Content
> Because Ellipsis is now the default value for __cause__,
> 'raise ... from Ellipsis' is treated the same as 'raise ...'

Not exactly true -- if ... is a new exception then they are the same; if ... is a caught exception that is being reraised, __cause__ will be (re)set to Ellipsis.
History
Date User Action Args
2012-02-03 17:29:36ethan.furmansetrecipients: + ethan.furman, georg.brandl, rhettinger, ncoghlan, pitrou, draghuram, aronacher, ezio.melotti, eric.araujo, mrabarnett, steven.daprano, poke, catalin.iacob
2012-02-03 17:29:36ethan.furmansetmessageid: <1328290176.82.0.0425865075157.issue6210@psf.upfronthosting.co.za>
2012-02-03 17:29:36ethan.furmanlinkissue6210 messages
2012-02-03 17:29:36ethan.furmancreate