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