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-02.22:03:14
SpamBayes Score 0.021675883
Marked as misclassified No
Message-id <1328220196.14.0.80473853822.issue6210@psf.upfronthosting.co.za>
In-reply-to
Content
Latest version of PEP is on python-dev; here is the latest patch.

Summary:

For __cause__ we are replacing the old special value of None with Ellipsis:  Ellipsis means check __context__ for an exception to display; None means ignore __context__ and stop following exception chain; an exception means display this exception and stop following the exception chain.
History
Date User Action Args
2012-02-02 22:03:16ethan.furmansetrecipients: + ethan.furman, georg.brandl, rhettinger, ncoghlan, pitrou, draghuram, aronacher, ezio.melotti, eric.araujo, mrabarnett, steven.daprano, poke, catalin.iacob
2012-02-02 22:03:16ethan.furmansetmessageid: <1328220196.14.0.80473853822.issue6210@psf.upfronthosting.co.za>
2012-02-02 22:03:15ethan.furmanlinkissue6210 messages
2012-02-02 22:03:15ethan.furmancreate