From 3de82a70b64089bca579f00eb40740cf2cd667aa Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sat, 2 May 2026 17:48:40 +0200 Subject: [PATCH] Update NEWS entry --- .../Library/2026-04-17-13-56-44.gh-issue-148675.f1kG70.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS.d/next/Library/2026-04-17-13-56-44.gh-issue-148675.f1kG70.rst b/Misc/NEWS.d/next/Library/2026-04-17-13-56-44.gh-issue-148675.f1kG70.rst index f1b884f2919..340168819e8 100644 --- a/Misc/NEWS.d/next/Library/2026-04-17-13-56-44.gh-issue-148675.f1kG70.rst +++ b/Misc/NEWS.d/next/Library/2026-04-17-13-56-44.gh-issue-148675.f1kG70.rst @@ -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.