]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-121249: Note struct module changes in What's New (#131867)
authorSergey B Kirpichev <skirpichev@gmail.com>
Tue, 1 Apr 2025 07:16:36 +0000 (10:16 +0300)
committerGitHub <noreply@github.com>
Tue, 1 Apr 2025 07:16:36 +0000 (07:16 +0000)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/whatsnew/3.14.rst

index ac5b53ef94bfb1e287e11f4dc636555447dcfb18..8a617d4a123000b169756fabbf92b9526f061188 100644 (file)
@@ -904,6 +904,15 @@ ssl
   (Contributed by Will Childs-Klein in :gh:`128036`.)
 
 
+struct
+------
+
+* Support the :c:expr:`float complex` and :c:expr:`double complex` C types in
+  the :mod:`struct` module (formatting characters ``'E'`` and ``'C'``,
+  respectively) if the compiler has C11 complex arithmetic.
+  (Contributed by Sergey B Kirpichev in :gh:`121249`.)
+
+
 symtable
 --------