[Solved] Without version checking or `six`, how can I use `except MyError, e:` vs `except MyError as e` to work with Python 2&3?
[ad_1] Without version checking or `six`, how can I use `except MyError, e:` vs `except MyError as e` to work with Python 2&3? [ad_2] solved Without version checking or `six`, how can I use `except MyError, e:` vs `except MyError as e` to work with Python 2&3?