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 Claudiu.Popa
Recipients Claudiu.Popa, georg.brandl, pitrou, pjenvey, r.david.murray, serhiy.storchaka, terry.reedy
Date 2014-06-30.06:08:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404108496.11.0.384590059262.issue17442@psf.upfronthosting.co.za>
In-reply-to
Content
Well, for instance, my use cases with InteractiveInterpreter are for debugging or creating custom interpreters for various apps and in those cases the patch helps, by giving better debugging clues through the exception cause. I agree that this was overlooked when exception chaining was added. Also, idlelib's PyShell is based on InteractiveInterpreter, but in addition, it implements the exception chaining.
History
Date User Action Args
2014-06-30 06:08:16Claudiu.Popasetrecipients: + Claudiu.Popa, georg.brandl, terry.reedy, pitrou, pjenvey, r.david.murray, serhiy.storchaka
2014-06-30 06:08:16Claudiu.Popasetmessageid: <1404108496.11.0.384590059262.issue17442@psf.upfronthosting.co.za>
2014-06-30 06:08:16Claudiu.Popalinkissue17442 messages
2014-06-30 06:08:15Claudiu.Popacreate