[Python-checkins] [3.10] Remove trailing space to fix azure failures (#99611)

gvanrossum webhook-mailer at python.org
Sun Nov 20 00:01:46 EST 2022


https://github.com/python/cpython/commit/90850faa015c32c33f6f16469274f9548ff91873
commit: 90850faa015c32c33f6f16469274f9548ff91873
branch: 3.10
author: Stanley <46876382+slateny at users.noreply.github.com>
committer: gvanrossum <gvanrossum at gmail.com>
date: 2022-11-19T21:01:35-08:00
summary:

[3.10] Remove trailing space to fix azure failures (#99611)

files:
M Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst

diff --git a/Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst b/Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst
index 54b78ed9f2e6..4602d53fcdb7 100644
--- a/Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst
+++ b/Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst
@@ -1,3 +1,3 @@
-Fix ``NO_MISALIGNED_ACCESSES`` being not defined for the SHA3 extension 
-when ``HAVE_ALIGNED_REQUIRED`` is set. Allowing builds on hardware that 
+Fix ``NO_MISALIGNED_ACCESSES`` being not defined for the SHA3 extension
+when ``HAVE_ALIGNED_REQUIRED`` is set. Allowing builds on hardware that
 unaligned memory accesses are not allowed.



More information about the Python-checkins mailing list