Skip to content

Commit 2c78f89

Browse files
skirpichevAA-Turner
authored andcommitted
pythongh-121249: Note struct module changes in What's New (python#131867)
Co-authored-by: Adam Turner <[email protected]>
1 parent 61f0c36 commit 2c78f89

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/whatsnew/3.14.rst

+9
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)