Merge pull request #10900 from bluetech/exceptioninfo-from_exc_info-exp

code: drop Experimental API label from ExceptionInfo.from_exc_info
This commit is contained in:
Ran Benita
2023-04-13 14:48:56 +03:00
committed by GitHub

View File

@@ -476,10 +476,6 @@ class ExceptionInfo(Generic[E]):
) -> "ExceptionInfo[E]":
"""Return an ExceptionInfo for an existing exc_info tuple.
.. warning::
Experimental API
:param exprinfo:
A text string helping to determine if we should strip
``AssertionError`` from the output. Defaults to the exception