]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121249: Soft deprecate F and D struct format types (#149346)
authorSergey B Kirpichev <skirpichev@gmail.com>
Fri, 26 Jun 2026 13:03:49 +0000 (16:03 +0300)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 13:03:49 +0000 (15:03 +0200)
commit5f17434a1ec9a121eb38f71dc3d5809020b5fbb4
tree373992cab617bd201250937c56c595d817a7559e
parent05679f3576ed3298c9b0f86e8a3462f0b92dff8f
gh-121249: Soft deprecate F and D struct format types (#149346)

Remove F/D type codes from table in the struct module documentation.

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/deprecations/soft-deprecations.rst
Doc/library/struct.rst
Doc/whatsnew/3.15.rst