]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143674: Document F/D complex format characters in struct module (#143675)
authorMuneeb Ullah <moneebullah25@gmail.com>
Fri, 16 Jan 2026 17:09:56 +0000 (22:09 +0500)
committerGitHub <noreply@github.com>
Fri, 16 Jan 2026 17:09:56 +0000 (18:09 +0100)
commit3e932257980be8907698c378c23026e262ba066c
treee22e0a4a0cc9076046875764404552af727d86fb
parent21ed1e2a9401a2e96ccc910fcb66f22afc96efbd
gh-143674: Document F/D complex format characters in struct module (#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.

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