diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2022-02-10 22:57:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 22:57:24 (GMT) |
commit | 035414a878a772d1d293cdecdc4470bcce5e5d7a (patch) | |
tree | 8001f5786c20a3158b1b4417358d4cea3b284f65 /Misc | |
parent | 0a145069e807fdafd1fa0315b9bc22da363d2d39 (diff) | |
download | cpython-035414a878a772d1d293cdecdc4470bcce5e5d7a.zip cpython-035414a878a772d1d293cdecdc4470bcce5e5d7a.tar.gz cpython-035414a878a772d1d293cdecdc4470bcce5e5d7a.tar.bz2 |
bpo-44953: Add newline at end of NEWS entry (GH-31265)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 0d54ef0..0eb235e 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. |