diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-09 20:57:18 +0100 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-03 22:09:30 +0000 |
commit | 5eb79c126ab501e31c9c9457ff120c97c7cc5e3e (patch) | |
tree | fb6fa7cac4e0c1bb20067df7473ebb57e06c5297 /doc/extdev | |
parent | 081d72b2f77c197a6ceafdec10e4c12e766e97f9 (diff) | |
download | sphinx-git-5eb79c126ab501e31c9c9457ff120c97c7cc5e3e.tar.gz |
Move exception formatting utilities to ``sphinx.util.exceptions``
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 78eda5111..8d4667beb 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,16 @@ The following is a list of deprecated interfaces. - Removed - Alternatives + * - ``sphinx.util.save_traceback`` + - 6.1 + - 8.0 + - ``sphinx.util.exceptions.save_traceback`` + + * - ``sphinx.util.format_exception_cut_frames`` + - 6.1 + - 8.0 + - ``sphinx.util.exceptions.format_exception_cut_frames`` + * - ``sphinx.util.epoch_to_rfc1123`` - 6.1 - 8.0 |