diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-09 06:02:51 +0100 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-03 18:37:20 +0000 |
commit | 8c5e7013ea5f6a50e3cc3130b22205a85ba87fab (patch) | |
tree | 2987b9be2d9325a986d6ddbc39cb8bbcd8140ba6 /doc/extdev | |
parent | 1b887e4c5ce9f947026c131adc18cee2eec6d9bf (diff) | |
download | sphinx-git-8c5e7013ea5f6a50e3cc3130b22205a85ba87fab.tar.gz |
Move console output utilities to ``sphinx.util.display``
- Merge `old_status_iterator` into ``status_iterator``.
``old_status_iterator`` was deprecated in version 1.6.
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index ecfaeb648..f613bc8e8 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,26 @@ The following is a list of deprecated interfaces. - Removed - Alternatives + * - ``sphinx.util.status_iterator`` + - 6.1 + - 8.0 + - ``sphinx.util.display.status_iterator`` + + * - ``sphinx.util.display_chunk`` + - 6.1 + - 8.0 + - ``sphinx.util.display.display_chunk`` + + * - ``sphinx.util.SkipProgressMessage`` + - 6.1 + - 8.0 + - ``sphinx.util.display.SkipProgressMessage`` + + * - ``sphinx.util.progress_message`` + - 6.1 + - 8.0 + - ``sphinx.util.display.progress_message`` + * - ``sphinx.util.typing.stringify`` - 6.1 - 8.0 |