[Python-checkins] [3.10] Clean up junk & fix typo in 3.10.6 release notes (#95997)

pablogsal webhook-mailer at python.org
Tue Aug 30 06:58:49 EDT 2022


https://github.com/python/cpython/commit/0a096e01c65aab42dc2a4a0100402e53a8be603a
commit: 0a096e01c65aab42dc2a4a0100402e53a8be603a
branch: 3.10
author: Marti Raudsepp <marti at juffo.org>
committer: pablogsal <Pablogsal at gmail.com>
date: 2022-08-30T11:58:21+01:00
summary:

[3.10] Clean up junk & fix typo in 3.10.6 release notes (#95997)

files:
M Misc/NEWS.d/3.10.6.rst

diff --git a/Misc/NEWS.d/3.10.6.rst b/Misc/NEWS.d/3.10.6.rst
index fbbb77d91ab..93d5121de25 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 #<n>: " or "- gh-issue-<n>: " or that sort of
-stuff.
-###########################################################################
-
 ..
 
 .. date: 2022-06-27-21-27-20



More information about the Python-checkins mailing list