From 5052c8ad7643d7aaa3c004476adb2a19d42b5c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 20 Apr 2024 11:53:05 +0100 Subject: [PATCH] Fix a typo reported by Hagfish. --- parts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts.rst b/parts.rst index 76e2ff36..cb7f24eb 100644 --- a/parts.rst +++ b/parts.rst @@ -1294,8 +1294,8 @@ Differences to 3.8.16: * A new generated script ``Lib/re/_casefix.py`` is introduced. * The ssl module, now unbroken, can be built again. * Very recent Python versions allow for the use of ``SOURCE_DATE_EPOCH`` to - remove determinism from precompiled Python libraries (``.pyc``). Finally, we - can re-enable compiling of Python modules. + make output of precompiled Python libraries (``.pyc``) deterministic. + Finally, we can re-enable compiling of Python modules. gcc 10.4.0 ==========