Files
pytest2/changelog/6255.bugfix.rst
Mark Dickinson 82424c9270 Fix reST markup.
2019-11-21 13:37:17 +00:00

4 lines
206 B
ReStructuredText

Clear the ``sys.last_traceback``, ``sys.last_type`` and ``sys.last_value``
attributes by deleting them instead of setting them to ``None``. This better
matches the behaviour of the Python standard library.