From: Marti Raudsepp Date: Tue, 30 Aug 2022 10:58:21 +0000 (+0300) Subject: [3.10] Clean up junk & fix typo in 3.10.6 release notes (#95997) X-Git-Tag: v3.10.7~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a096e01c65aab42dc2a4a0100402e53a8be603a;p=thirdparty%2FPython%2Fcpython.git [3.10] Clean up junk & fix typo in 3.10.6 release notes (#95997) --- diff --git a/Misc/NEWS.d/3.10.6.rst b/Misc/NEWS.d/3.10.6.rst index fbbb77d91ab8..93d5121de253 100644 --- a/Misc/NEWS.d/3.10.6.rst +++ b/Misc/NEWS.d/3.10.6.rst @@ -587,7 +587,7 @@ The minimum Sphinx version required to build the documentation is now 3.2. .. section: Documentation Augmented documentation of asyncio.create_task(). Clarified the need to keep -strong references to tasks and added a code snippet detailing how to to +strong references to tasks and added a code snippet detailing how to do this. .. @@ -630,11 +630,6 @@ parallel-safe. Added more tests for :mod:`dataclasses` to cover behavior with data descriptor-based fields. -# Write your Misc/NEWS entry below. It should be a simple ReST paragraph. # -Don't start with "- Issue #: " or "- gh-issue-: " or that sort of -stuff. -########################################################################### - .. .. date: 2022-06-27-21-27-20