Files
sphinx/tests
Jon Dufresne 9d6deec4ca Fix AttributeError in ExtensionError
In Python 3, the attribute BaseException.message doesn't exist.

$ python3
>>> from sphinx.errors import ExtensionError
>>> e = ExtensionError('foo')
>>> repr(e)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "sphinx/sphinx/errors.py", line 65, in __repr__
    return '%s(%r)' % (self.__class__.__name__, self.message)
AttributeError: 'ExtensionError' object has no attribute 'message'
2018-09-09 11:50:56 -07:00
..
2018-08-26 11:28:06 +09:00
2018-01-01 01:06:58 +09:00
2018-02-19 23:20:56 +09:00
2018-09-09 19:22:35 +09:00
2018-01-01 01:06:58 +09:00
2018-02-19 23:20:56 +09:00
2018-02-24 13:06:46 +09:00
2018-01-01 01:06:58 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-01-01 01:06:58 +09:00
2018-02-24 13:06:46 +09:00
2018-02-19 23:20:56 +09:00
2018-01-01 01:06:58 +09:00
2018-01-01 01:06:58 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-01-01 01:10:10 +09:00
2018-04-20 13:13:00 +02:00
2018-01-01 01:06:58 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-01-01 01:06:58 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00