Skip to content

Commit 382034b

Browse files
Carreaumiss-islington
authored andcommitted
bpo-36933: fix what's new. (GH-13627)
Original Pr was reformed and news not updated. https://bugs.python.org/issue36933
1 parent 2e33ecd commit 382034b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -990,9 +990,9 @@ The following features and APIs have been removed from Python 3.8:
990990
:func:`fileinput.FileInput` which was ignored and deprecated since Python 3.6
991991
has been removed. :issue:`36952` (Contributed by Matthias Bussonnier)
992992

993-
* The function :func:`sys.set_coroutine_wrapper` deprecated in Python 3.7 has
994-
been removed; :func:`sys.get_coroutine_wrapper` now always return ``None``.
995-
:issue:`36933` (Contributed by Matthias Bussonnier)
993+
* The functions :func:`sys.set_coroutine_wrapper` and
994+
:func:`sys.get_coroutine_wrapper` deprecated in Python 3.7 have been removed;
995+
:issue:`36933` (Contributed by Matthias Bussonnier)
996996

997997

998998
Porting to Python 3.8

0 commit comments

Comments
 (0)