diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index ac5b53ef94bfb1..8a617d4a123000 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -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 --------