py3: do not reimplement Abort.__str__() on Python 2
It isn't necessary on Python 2, and the default implementation should be better than our BaseException_str() clone.
Loading
Please register or sign in to comment
It isn't necessary on Python 2, and the default implementation should be better than our BaseException_str() clone.