]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140615: Update docstrings in the fcntl module (GH-140619)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 8 Nov 2025 10:17:59 +0000 (12:17 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Nov 2025 10:17:59 +0000 (12:17 +0200)
commit610377056bad696915d70590429e68002bee9006
tree5ddc99d8d1d95017893dff7f1f42f9a4bc7bea56
parent7e90bac3cc6fd68fe6696ab4bce1262751de7531
gh-140615: Update docstrings in the fcntl module (GH-140619)

* Refer to bytes objects or bytes-like objects instead of strings.
* Remove backticks -- they do not have effect on formatting.
* Re-wrap lines to ensure the pydoc output fits in 80 coluimns.
* Remove references to the 1024 bytes limit.
Modules/clinic/fcntlmodule.c.h
Modules/fcntlmodule.c