]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-148529: Minor improvements of the struct module documentation (GH-148565...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Apr 2026 20:22:47 +0000 (23:22 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2026 20:22:47 +0000 (20:22 +0000)
commit0fd4fd4496c557b68477a99c1c231a5870c91daf
treeb4f882ae54305ccfcd6bbf3273414d7a43bbfa50
parentab5ef98af693bded74a738570e81ea70abef2840
[3.13] gh-148529: Minor improvements of the struct module documentation (GH-148565) (GH-149072)

* 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)
Doc/library/struct.rst
Modules/_struct.c