Skip to content

Commit fdfca83

Browse files
committed
gh-121249: add news about struct module
1 parent 9c1e85f commit fdfca83

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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:`121613`.)
914+
915+
907916
symtable
908917
--------
909918

0 commit comments

Comments
 (0)