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-01-29.18:10:22
SpamBayes Score 7.4095733e-06
Marked as misclassified No
Message-id <1327860623.34.0.845447108659.issue6210@psf.upfronthosting.co.za>
In-reply-to
Content
Patrick: The value in this enhancement is in not displaying the chained exception.  I do not see any value in throwing it away completely.  If you don't care about __context__ you can safely ignore it.  On the other hand, if it is completely removed, and you do care about it... well, too bad.

Georg, Nick:  On further thought, I agree that having 'from None' set cause from None to True is counter-intuitive, and there is consistency in having __context__ as None and __cause__ as False.

Thanks, Nick, for the pointers on the necessary changes.
History
Date User Action Args
2012-01-29 18:10:23ethan.furmansetrecipients: + ethan.furman, georg.brandl, rhettinger, ncoghlan, pitrou, draghuram, aronacher, ezio.melotti, eric.araujo, mrabarnett, steven.daprano, poke, catalin.iacob
2012-01-29 18:10:23ethan.furmansetmessageid: <1327860623.34.0.845447108659.issue6210@psf.upfronthosting.co.za>
2012-01-29 18:10:22ethan.furmanlinkissue6210 messages
2012-01-29 18:10:22ethan.furmancreate