]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39562: Correctly updated the version section in the what's new document (GH-19838)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 1 May 2020 15:36:51 +0000 (16:36 +0100)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 15:36:51 +0000 (16:36 +0100)
Doc/whatsnew/3.8.rst

index dca7f48979e16cfb8b506a86ef5507ed5c377af8..d2db5bff5afcf5871cdf55bc1a7de6f0905d3267 100644 (file)
@@ -2235,6 +2235,9 @@ Fixed a regression with the ``ignore`` callback of :func:`shutil.copytree`.
 The argument types are now str and List[str] again.
 (Contributed by Manuel Barkhau and Giampaolo Rodola in :issue:`39390`.)
 
+Notable changes in Python 3.8.3
+===============================
+
 The constant values of future flags in the :mod:`__future__` module
 are updated in order to prevent collision with compiler flags. Previously
 ``PyCF_ALLOW_TOP_LEVEL_AWAIT`` was clashing with ``CO_FUTURE_DIVISION``.