summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2019-05-28 17:30:35 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-05-28 17:30:34 (GMT)
commit382034b255935fbf0b5516708ac16a020d27af39 (patch)
tree61c44dc4e7b07490ba99e88791fd733177109028 /Doc/whatsnew
parent2e33ecd7c9b0cac3efc6fcbdd4547fd086b4e2d1 (diff)
downloadcpython-382034b255935fbf0b5516708ac16a020d27af39.zip
cpython-382034b255935fbf0b5516708ac16a020d27af39.tar.gz
cpython-382034b255935fbf0b5516708ac16a020d27af39.tar.bz2
bpo-36933: fix what's new. (GH-13627)
Original Pr was reformed and news not updated. https://bugs.python.org/issue36933
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.8.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index aaa6ffe..d1305dc 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -990,9 +990,9 @@ The following features and APIs have been removed from Python 3.8:
:func:`fileinput.FileInput` which was ignored and deprecated since Python 3.6
has been removed. :issue:`36952` (Contributed by Matthias Bussonnier)
-* The function :func:`sys.set_coroutine_wrapper` deprecated in Python 3.7 has
- been removed; :func:`sys.get_coroutine_wrapper` now always return ``None``.
- :issue:`36933` (Contributed by Matthias Bussonnier)
+* The functions :func:`sys.set_coroutine_wrapper` and
+ :func:`sys.get_coroutine_wrapper` deprecated in Python 3.7 have been removed;
+ :issue:`36933` (Contributed by Matthias Bussonnier)
Porting to Python 3.8