-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gh-140615: Update docstrings in the fcntl module #140619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-140615: Update docstrings in the fcntl module #140619
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 <[email protected]>
|
GH-141231 is a backport of this pull request to the 3.14 branch. |
…H-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) Co-authored-by: Serhiy Storchaka <[email protected]>
…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 <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.