]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] Remove trailing space to fix azure failures (#99611)
authorStanley <46876382+slateny@users.noreply.github.com>
Sun, 20 Nov 2022 05:01:35 +0000 (21:01 -0800)
committerGitHub <noreply@github.com>
Sun, 20 Nov 2022 05:01:35 +0000 (21:01 -0800)
Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst

index 54b78ed9f2e6f8a5b53c428c23e0ace9009dcc34..4602d53fcdb727bcdd3fc1df0930035c9cfb61d3 100644 (file)
@@ -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.