Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-119467: Fix Py_buffer.format type and correct documentation typo#119475

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

Merged
kumaraditya303 merged 1 commit intopython:mainfromadiaholic:fix-issue-119467
May 27, 2024

Conversation

adiaholic
Copy link
Contributor

@adiaholicadiaholic commentedMay 23, 2024
edited by github-actionsbot
Loading

This commit addresses the inconsistency between the Py_buffer.format declaration and its documentation as reported in issue#119467.

The documentation previously statedconst char * for the format field, which has been corrected tochar * to match the actual code declaration. Additionally, a spelling mistake in the documentation has been corrected to enhance clarity and accuracy.


📚 Documentation preview 📚:https://cpython-previews--119475.org.readthedocs.build/

@ghost
Copy link

ghost commentedMay 23, 2024
edited by ghost
Loading

All commit authors signed the Contributor License Agreement.
CLA signed

This commit addresses the inconsistency between the Py_buffer.format declaration and its documentation as reported in issuepython#119467. The documentation previously stated `const char *` for the format field, which has been corrected to `char *` to match the actual code declaration. Additionally, a spelling mistake in the documentation has been corrected to enhance clarity and accuracy.References:- Issue:python#119467
Copy link
Contributor

@blaisepblaisep left a comment

Choose a reason for hiding this comment

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

Hi@adiaholic , thank you for your first contribution.
These details help raise confidence in the quality of the docs.
I will ask if@encukou can merge this because he is more familiar with the C API and he has the merge authority.

adiaholic reacted with heart emoji
Copy link
Member

@Eclips4Eclips4 left a comment

Choose a reason for hiding this comment

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

Thanks!

adiaholic reacted with heart emoji
@Eclips4Eclips4 added needs backport to 3.12only security fixes needs backport to 3.13bugs and security fixes labelsMay 24, 2024
@miss-islington-app
Copy link

Thanks@adiaholic for the PR, and@kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMay 27, 2024
…typo (pythonGH-119475)(cherry picked from commit3b26cd8)Co-authored-by: Aditya Borikar <adityaborikar2@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMay 27, 2024
…typo (pythonGH-119475)(cherry picked from commit3b26cd8)Co-authored-by: Aditya Borikar <adityaborikar2@gmail.com>
@bedevere-app
Copy link

GH-119602 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelMay 27, 2024
@bedevere-app
Copy link

GH-119603 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelMay 27, 2024
kumaraditya303 pushed a commit that referenced this pull requestMay 27, 2024
… typo (GH-119475) (#119603)gh-119467: Fix Py_buffer.format type and correct documentation typo (GH-119475)(cherry picked from commit3b26cd8)Co-authored-by: Aditya Borikar <adityaborikar2@gmail.com>
kumaraditya303 pushed a commit that referenced this pull requestMay 27, 2024
… typo (GH-119475) (#119602)gh-119467: Fix Py_buffer.format type and correct documentation typo (GH-119475)(cherry picked from commit3b26cd8)Co-authored-by: Aditya Borikar <adityaborikar2@gmail.com>
estyxx pushed a commit to estyxx/cpython that referenced this pull requestJul 17, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@blaisepblaisepblaisep approved these changes

@kumaraditya303kumaraditya303kumaraditya303 approved these changes

@Eclips4Eclips4Eclips4 approved these changes

Assignees
No one assigned
Labels
docsDocumentation in the Doc dirskip news
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@adiaholic@blaisep@kumaraditya303@Eclips4

[8]ページ先頭

©2009-2025 Movatter.jp