From 2505573f2094092b6262e5831c9832d95e77f223 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Tue, 1 Apr 2025 10:16:36 +0300 Subject: gh-121249: Note struct module changes in What's New (#131867) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/whatsnew/3.14.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index ac5b53e..8a617d4 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 -------- -- cgit v0.12