We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e33ecd commit 382034bCopy full SHA for 382034b
Doc/whatsnew/3.8.rst
@@ -990,9 +990,9 @@ The following features and APIs have been removed from Python 3.8:
990
:func:`fileinput.FileInput` which was ignored and deprecated since Python 3.6
991
has been removed. :issue:`36952` (Contributed by Matthias Bussonnier)
992
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)
+* 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)
996
997
998
Porting to Python 3.8
0 commit comments