diff options
-rw-r--r-- | Doc/whatsnew/3.8.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index aaa6ffe1ab..d1305dc1e7 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 |