Skip to content

gh-150524: Remove outdated note in binascii.a2b_hex documentation#150525

Open
Joshix-1 wants to merge 1 commit into
python:mainfrom
Joshix-1:binascii-doc-fix
Open

gh-150524: Remove outdated note in binascii.a2b_hex documentation#150525
Joshix-1 wants to merge 1 commit into
python:mainfrom
Joshix-1:binascii-doc-fix

Conversation

@Joshix-1
Copy link
Copy Markdown

@Joshix-1 Joshix-1 commented May 27, 2026

bytes.fromhex accepts ASCII bytes and bytes-like objects as input since 3.14

`bytes.fromhex` accepts ASCII bytes and bytes-like objects as input since 3.14
@bedevere-app bedevere-app Bot added docs Documentation in the Doc dir skip news labels May 27, 2026
@python-cla-bot
Copy link
Copy Markdown

python-cla-bot Bot commented May 27, 2026

All commit authors signed the Contributor License Agreement.

CLA signed

@read-the-docs-community
Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #32873644 | 📁 Comparing 1f43c81 against main (d8ff4f8)

  🔍 Preview build  

1 file changed
± library/binascii.html

Comment thread Doc/library/binascii.rst
Similar functionality (accepting only text string arguments, but more
liberal towards whitespace) is also accessible using the
:meth:`bytes.fromhex` class method.
Similar functionality (more liberal towards whitespace) is also accessible
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
Similar functionality (more liberal towards whitespace) is also accessible
Similar functionality (but more liberal towards whitespace) is also accessible

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.

2 participants