Skip to content

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Nov 8, 2025

  • 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)

…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>
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) November 8, 2025 10:49
@serhiy-storchaka serhiy-storchaka merged commit 1a08019 into python:3.14 Nov 8, 2025
45 checks passed
@miss-islington-app
Copy link

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington-app
Copy link

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 1a080199aff6d98b476ab19e409d7ca4d56cb3c6 3.13

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Nov 8, 2025
…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>
@bedevere-app
Copy link

bedevere-app bot commented Nov 8, 2025

GH-141232 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Nov 8, 2025
serhiy-storchaka added a commit that referenced this pull request Nov 8, 2025
…H-141231) (GH-141232)

* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant