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 5055c27 commit 71e6122Copy full SHA for 71e6122
Doc/whatsnew/3.8.rst
@@ -2235,6 +2235,9 @@ Fixed a regression with the ``ignore`` callback of :func:`shutil.copytree`.
2235
The argument types are now str and List[str] again.
2236
(Contributed by Manuel Barkhau and Giampaolo Rodola in :issue:`39390`.)
2237
2238
+Notable changes in Python 3.8.3
2239
+===============================
2240
+
2241
The constant values of future flags in the :mod:`__future__` module
2242
are updated in order to prevent collision with compiler flags. Previously
2243
``PyCF_ALLOW_TOP_LEVEL_AWAIT`` was clashing with ``CO_FUTURE_DIVISION``.
0 commit comments