Skip to content

Commit 2505573

Browse files
gh-121249: Note struct module changes in What's New (#131867)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 0a3eb88 commit 2505573

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,15 @@ ssl
904904
(Contributed by Will Childs-Klein in :gh:`128036`.)
905905

906906

907+
struct
908+
------
909+
910+
* Support the :c:expr:`float complex` and :c:expr:`double complex` C types in
911+
the :mod:`struct` module (formatting characters ``'E'`` and ``'C'``,
912+
respectively) if the compiler has C11 complex arithmetic.
913+
(Contributed by Sergey B Kirpichev in :gh:`121249`.)
914+
915+
907916
symtable
908917
--------
909918

0 commit comments

Comments
 (0)