[Python-checkins] bpo-44953: Add newline at end of NEWS entry (GH-31265)

sweeneyde webhook-mailer at python.org
Thu Feb 10 17:57:29 EST 2022


https://github.com/python/cpython/commit/035414a878a772d1d293cdecdc4470bcce5e5d7a
commit: 035414a878a772d1d293cdecdc4470bcce5e5d7a
branch: main
author: Dennis Sweeney <36520290+sweeneyde at users.noreply.github.com>
committer: sweeneyde <36520290+sweeneyde at users.noreply.github.com>
date: 2022-02-10T17:57:24-05:00
summary:

bpo-44953: Add newline at end of NEWS entry (GH-31265)

files:
M Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst

diff --git a/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst b/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst
index 0d54ef006af3e..0eb235eca4fc0 100644
--- a/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst
+++ b/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst
@@ -1 +1 @@
-Calling ``operator.itemgetter`` objects and ``operator.attrgetter`` objects is now faster due to use of the vectorcall calling convention.
\ No newline at end of file
+Calling ``operator.itemgetter`` objects and ``operator.attrgetter`` objects is now faster due to use of the vectorcall calling convention.



More information about the Python-checkins mailing list