]> granicus.if.org Git - python/commitdiff
bpo-36933: fix what's new. (GH-13627)
authorMatthias Bussonnier <bussonniermatthias@gmail.com>
Tue, 28 May 2019 17:30:35 +0000 (10:30 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 May 2019 17:30:34 +0000 (10:30 -0700)
Original Pr was reformed and news not updated.

https://bugs.python.org/issue36933

Doc/whatsnew/3.8.rst

index aaa6ffe1abdf3e59fc3b2bc3b58597d08708b20f..d1305dc1e7dfb74098e0b223d85779e172e791ca 100644 (file)
@@ -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