[Python-checkins] bpo-36933: fix what's new. (GH-13627)

Miss Islington (bot) webhook-mailer at python.org
Tue May 28 13:30:57 EDT 2019


https://github.com/python/cpython/commit/382034b255935fbf0b5516708ac16a020d27af39
commit: 382034b255935fbf0b5516708ac16a020d27af39
branch: master
author: Matthias Bussonnier <bussonniermatthias at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-05-28T10:30:34-07:00
summary:

bpo-36933: fix what's new. (GH-13627)



Original Pr was reformed and news not updated.




https://bugs.python.org/issue36933

files:
M Doc/whatsnew/3.8.rst

diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index aaa6ffe1abdf..d1305dc1e7df 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



More information about the Python-checkins mailing list