[Python-ideas] (no subject)

Stephen J. Turnbull turnbull.stephen.fw at u.tsukuba.ac.jp
Wed Nov 30 00:27:18 EST 2016


Victor Stinner writes:

 > Using a custom exception handler, you can run expensive functions,
 > like the feature: "suggest len when length is used".

LGTM.

 > The problem is then when students have to use a Python without the
 > custom exception handler.

Put the exception handler in an importable module in the stdlib.

Usual caveats about high bar, etc, but this should solve the "have
Python, no handler" issue going forward.

Steve


More information about the Python-ideas mailing list