-
- Downloads
py/objdict: Actually provide the key that failed in KeyError exception.
The failed key is available as exc.args[0], as per CPython.
Loading
Please register or sign in to comment
The failed key is available as exc.args[0], as per CPython.