6 ms·
Type defaults are a nice addition, they were something I lacked a lot back when I was still writing Python code. The new interpreter is nice, but I wish they h
by alduin32 2y ago
Type defaults are a nice addition, they were something I lacked a lot back when I was still writing Python code.
The new interpreter is nice, but I wish they had incorporated the display of variable values in the traceback (similarly to ipython's xmode attribute, or to traceback-with-variables), this is something I've always missed in Python.