##// END OF EJS Templates
py3: do not reimplement Abort.__str__() on Python 2...
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.
Yuya Nishihara -
r43735:822202e7 stable
Show More