https://github.com/python/cpython/commit/2505573f2094092b6262e5831c9832d95e77f223 commit: 2505573f2094092b6262e5831c9832d95e77f223 branch: main author: Sergey B Kirpichev <skirpic...@gmail.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-01T07:16:36Z summary:
gh-121249: Note struct module changes in What's New (#131867) Co-authored-by: Adam Turner <9087854+aa-tur...@users.noreply.github.com> files: M Doc/whatsnew/3.14.rst 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 -------- _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com