]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148529: Minor improvements of the struct module documentation (GH-148565...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Apr 2026 20:07:00 +0000 (22:07 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2026 20:07:00 +0000 (23:07 +0300)
commit22d53a91419c38d540b80d6e5ca5c3e71cfea642
treebdd4125d8aceb81444a32d6447c568977f5412d3
parent2459faaaa9300723c376989e08ba8335d2f480a1
[3.14] gh-148529: Minor improvements of the struct module documentation (GH-148565) (GH-149063)

* Document that 's' and 'p' accept bytes and bytearray.
* Fix some footnotes.
* Clarify that "string" is a byte string.
* Fix the module docstring.
(cherry picked from commit 3e5a3cb2bd222f97f793b01bc1c0f7bb62aefc31)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/struct.rst
Modules/_struct.c