Skip to content

gh-137235 : add bytearray as usable to bytes.maketrans and bytearray.maketrans.#138255

Closed
XChaitanyaX wants to merge 4 commits intopython:mainfrom
XChaitanyaX:fix_137235
Closed

gh-137235 : add bytearray as usable to bytes.maketrans and bytearray.maketrans.#138255
XChaitanyaX wants to merge 4 commits intopython:mainfrom
XChaitanyaX:fix_137235

Conversation

@XChaitanyaX
Copy link
Copy Markdown
Contributor

@XChaitanyaX XChaitanyaX commented Aug 30, 2025

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
bytearray.maketrans(from, to, /)

This static method returns a translation table usable for
This static method returns a translation table usable for :meth:`bytearray.translate` or
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please wrap this line to 79 characters.

@XChaitanyaX
Copy link
Copy Markdown
Contributor Author

The issue has been closed... Should I close this as well??

@XChaitanyaX XChaitanyaX deleted the fix_137235 branch October 24, 2025 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants