]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-121249: Soft deprecate F and D struct format types (#149346) (#152274)
authorVictor Stinner <vstinner@python.org>
Fri, 26 Jun 2026 14:26:52 +0000 (16:26 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 14:26:52 +0000 (16:26 +0200)
commitf2402cba9dcbd78a267e60d65bbf40595dc78b3a
treeac37ca54273fb533aaf5ae98fdebc3d7b7074f6c
parentf3e6bdafd2804c1bf7d4cb31fed3f983fd5936ba
[3.15] gh-121249: Soft deprecate F and D struct format types (#149346) (#152274)

gh-121249: Soft deprecate F and D struct format types (#149346)

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

(cherry picked from commit 5f17434a1ec9a121eb38f71dc3d5809020b5fbb4)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Doc/deprecations/soft-deprecations.rst
Doc/library/struct.rst
Doc/whatsnew/3.15.rst