Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.14] gh-140615: Update docstrings in the fcntl module (GH-140619)#141231
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[3.14] gh-140615: Update docstrings in the fcntl module (GH-140619)#141231
Conversation
…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 commit6103770)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1a08019 intopython:3.14Uh oh!
There was an error while loading.Please reload this page.
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry,@serhiy-storchaka, I could not cleanly backport this to |
…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 commit6103770)(cherry picked from commit1a08019)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-141232 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
(cherry picked from commit6103770)