From 2a2fe7d3db12b03b9a62392bccaceacd256c063e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 9 Oct 2019 05:16:27 +0200 Subject: Improve ExceptionInfo.__repr__ --- doc/5934.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/5934.feature.rst (limited to 'doc') diff --git a/doc/5934.feature.rst b/doc/5934.feature.rst new file mode 100644 index 000000000..17c0b1737 --- /dev/null +++ b/doc/5934.feature.rst @@ -0,0 +1 @@ +``repr`` of ``ExceptionInfo`` objects has been improved to honor the ``__repr__`` method of the underlying exception. -- cgit v1.2.3