Skip to content

Commit 71e6122

Browse files
authored
bpo-39562: Correctly updated the version section in the what's new document (GH-19838)
1 parent 5055c27 commit 71e6122

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,6 +2235,9 @@ Fixed a regression with the ``ignore`` callback of :func:`shutil.copytree`.
22352235
The argument types are now str and List[str] again.
22362236
(Contributed by Manuel Barkhau and Giampaolo Rodola in :issue:`39390`.)
22372237

2238+
Notable changes in Python 3.8.3
2239+
===============================
2240+
22382241
The constant values of future flags in the :mod:`__future__` module
22392242
are updated in order to prevent collision with compiler flags. Previously
22402243
``PyCF_ALLOW_TOP_LEVEL_AWAIT`` was clashing with ``CO_FUTURE_DIVISION``.

0 commit comments

Comments
 (0)