diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-03-05 15:25:47 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-03-05 18:49:17 +0000 |
commit | f435fc05e68654a0cb1f36aecaf5100fcf171ee8 (patch) | |
tree | 4eb4a96a94df16296e81ca091e0ebc7cd85c8d12 /doc/extdev | |
parent | 219d71315cd59685f4f99c8def4e8f692611e6c8 (diff) | |
download | sphinx-git-f435fc05e68654a0cb1f36aecaf5100fcf171ee8.tar.gz |
Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd``
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 8d4667beb..61cfbe317 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,11 @@ The following is a list of deprecated interfaces. - Removed - Alternatives + * - ``sphinx.util.osutil.cd`` + - 6.1 + - 8.0 + - ``contextlib.chdir`` + * - ``sphinx.util.save_traceback`` - 6.1 - 8.0 |