diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-14 12:08:52 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-14 12:08:52 +0900 |
commit | baf4c7df23b4b83ca18e88a8ccd785d2af878cf5 (patch) | |
tree | 5091c6793e32864ccd2f12cbb252ab0991ba1c97 /doc/extdev | |
parent | f2ec4bfeb74d2f8861ce9d5d30f63ef18c3e079d (diff) | |
download | sphinx-git-baf4c7df23b4b83ca18e88a8ccd785d2af878cf5.tar.gz |
Deprecate sphinx.util.inspect.getargspec()
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 c507adbc9..3a9c024af 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -41,6 +41,11 @@ The following is a list of deprecated interfaces. - 5.0 - ``sphinx.testing.path.Path.read_bytes()`` + * - ``sphinx.util.inspect.getargspec()`` + - 3.0 + - 5.0 + - ``inspect.getargspec()`` + * - ``decode`` argument of ``sphinx.pycode.ModuleAnalyzer()`` - 2.4 - 4.0 |