diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2019-05-21 06:20:10 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-05-21 06:20:10 (GMT) |
commit | d0ebf13e50dd736cdb355fa42c23837abbb88127 (patch) | |
tree | 9367648cca88c02d1500dea9f5b9cafb28de32da /Doc/library/sys.rst | |
parent | 3099ae407541b63249657b971fb35ff217508d86 (diff) | |
download | cpython-d0ebf13e50dd736cdb355fa42c23837abbb88127.zip cpython-d0ebf13e50dd736cdb355fa42c23837abbb88127.tar.gz cpython-d0ebf13e50dd736cdb355fa42c23837abbb88127.tar.bz2 |
bpo-36932: use proper deprecation-removed directive (GH-13349)
.. And update some deprecation warnings with version numbers.
https://bugs.python.org/issue36932
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 5039ffa..7d27c89 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1353,7 +1353,7 @@ always available. This function has been added on a provisional basis (see :pep:`411` for details.) Use it only for debugging purposes. - .. deprecated:: 3.7 + .. deprecated-removed:: 3.7 3.8 The coroutine wrapper functionality has been deprecated, and will be removed in 3.8. See :issue:`32591` for details. |