[issue27565] Offer error context manager for code.interact

Berker Peksag report at bugs.python.org
Wed Sep 28 11:05:12 EDT 2016


Berker Peksag added the comment:

Hi Claudiu, thanks for the report, but I don't think this is a common use case that needs to be supported in the standard library. Other people may prefer to use different solutions in a similar case (e.g. using a debugger) Plus, it's not hard to implement this as a custom context manager in your code.

----------
nosy: +berker.peksag
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27565>
_______________________________________


More information about the Python-bugs-list mailing list