]> granicus.if.org Git - python/commit
bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554)
authorVictor Stinner <vstinner@redhat.com>
Fri, 24 May 2019 22:09:38 +0000 (00:09 +0200)
committerGitHub <noreply@github.com>
Fri, 24 May 2019 22:09:38 +0000 (00:09 +0200)
commit6dbbe748e101a173b4cff8aada41e9313e287e0f
treeb0361e58e666c57fd742d44b30c5bf72e98c090b
parenta9f05d69ccbf3c75cdd604c25094282697789a62
bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554)

catch_unraisable_exception() now also removes its 'unraisable'
attribute at the context manager exit.
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/test_io.py