Commit 382034b2 authored by Matthias Bussonnier's avatar Matthias Bussonnier Committed by Miss Islington (bot)

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



Original Pr was reformed and news not updated.




https://bugs.python.org/issue36933
parent 2e33ecd7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment