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
commit 784ffa0fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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