From e0d809fedf0b9f11f7c6f7b346a520439b86b0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Sat, 16 Dec 2023 14:50:21 +0000 Subject: [PATCH] Floating-point/double is used, i.e. "optional" IEEE --- peps/pep-0007.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0007.rst b/peps/pep-0007.rst index fc86f045067..7d5e4ef1ce0 100644 --- a/peps/pep-0007.rst +++ b/peps/pep-0007.rst @@ -31,7 +31,7 @@ particular rule: C dialect ========= -* Python 3.11 and newer versions use C11 without `optional features +* Python 3.11 and newer versions use C11 without some `optional features `_. The public C API should be compatible with C++.