commit: 5052c8ad7643d7aaa3c004476adb2a19d42b5c0c
parent ca00dd635f8a222099c47f5e098c89452d32acdd
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Sat, 20 Apr 2024 11:53:05 +0100
Fix a typo reported by Hagfish.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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
==========