gh-140615: Update docstrings in the fcntl module#140619
gh-140615: Update docstrings in the fcntl module#140619serhiy-storchaka merged 1 commit intopython:mainfrom
Conversation
* 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.
|
References to the 1024 bytes limit should be restored in the backport to 3.13. |
|
No "proofreading" comments from me, anyway. How are docstrings-in-C processed? The sometimes-followed convention in Python code is to use |
|
The same as in Python -- they are not processed, besides stripping spaces and dedenting. |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…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. (cherry picked from commit 6103770) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-141231 is a backport of this pull request to the 3.14 branch. |
…GH-140619) (pythonGH-141231) * 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 columns. (cherry picked from commit 6103770) (cherry picked from commit 1a08019) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* 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.
Uh oh!
There was an error while loading. Please reload this page.