code: drop Experimental API label from ExceptionInfo.from_exc_info

This API is OK, I don't think we're going to change something about it
at this point.
This commit is contained in:
Ran Benita 2023-04-12 12:09:35 +03:00
parent 61f7c27ec0
commit 9c2247ec1b
1 changed files with 0 additions and 4 deletions

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