diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-01-02 17:49:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 17:49:18 +0000 |
commit | 77a02cf696f8375791a2f5aa5c38306ca080d443 (patch) | |
tree | d7fd73833c2c6435d82e5f67f9e21b112fc058cf /doc/extdev | |
parent | dc3f22a370b1a04d99591eddecfec835555feaf0 (diff) | |
download | sphinx-git-77a02cf696f8375791a2f5aa5c38306ca080d443.tar.gz |
Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)
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 231541392..ecfaeb648 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.typing.stringify`` + - 6.1 + - 8.0 + - ``sphinx.util.typing.stringify_annotation`` + * - HTML 4 support - 5.2 - 7.0 |