]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143674: Document F/D complex format characters in struct module (GH-143675...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Jan 2026 17:38:08 +0000 (18:38 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Jan 2026 17:38:08 +0000 (17:38 +0000)
commit6219497fd9841a5263e43545cec5854da49d22d6
treeb8e4e4b270c6ff0f5b01b57e74521de491739d80
parentdaae1279ade263c7b2d347728afa5ecad6ce32be
[3.14] gh-143674: Document F/D complex format characters in struct module (GH-143675) (#143918)

gh-143674: Document F/D complex format characters in struct module (GH-143675)

Add documentation for the F (complex from two floats) and D (complex
from two doubles) format characters in the struct module docstring.
These format characters were implemented but not documented.
(cherry picked from commit 3e932257980be8907698c378c23026e262ba066c)

Co-authored-by: Muneeb Ullah <moneebullah25@gmail.com>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Modules/_struct.c