]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148529: Minor improvements of the struct module documentation (GH-148565)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Apr 2026 18:30:48 +0000 (21:30 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2026 18:30:48 +0000 (21:30 +0300)
commit3e5a3cb2bd222f97f793b01bc1c0f7bb62aefc31
treeca99025675850d05ffec4c62452a801c3ace9a5b
parent276f474c9a8e8cf4ce878847466c55ac1de061c1
gh-148529: Minor improvements of the struct module documentation (GH-148565)

* Document that 's' and 'p' accept bytes and bytearray.
* Fix some footnotes.
* Clarify that "string" is a byte string.
* Fix the module docstring.
Doc/library/struct.rst
Modules/_struct.c