Update NEWS entry

This commit is contained in:
Victor Stinner 2026-05-02 17:48:40 +02:00
parent 88b64b9c72
commit 3de82a70b6

View file

@ -1,3 +1,2 @@
:mod:`array`, :mod:`ctypes`, :mod:`struct`: Add support for ``Zd`` and ``Zf``
format for double complex and float complex. Add also support for ``Zg``
format for long double complex to :mod:`ctypes`. Patch by Victor Stinner.
:mod:`array`, :mod:`struct`: Add support for ``Zd`` and ``Zf`` formats for
double complex and float complex. Patch by Victor Stinner.