Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-91102: Use Argument Clinic for EncodingMap #31725

Merged
merged 7 commits into from
Apr 18, 2022

Conversation

arhadthedev
Copy link
Member

@arhadthedev arhadthedev commented Mar 7, 2022

A part of #91102.

@arhadthedev arhadthedev marked this pull request as ready for review March 7, 2022 15:01
@arhadthedev arhadthedev changed the title bpo-46946: Port EncodingMap from the core to Argument Clinic gh-91102: Port EncodingMap from the core to Argument Clinic Apr 12, 2022
@arhadthedev arhadthedev changed the title gh-91102: Port EncodingMap from the core to Argument Clinic gh-91102: Port EncodingMap to Argument Clinic Apr 12, 2022
@arhadthedev
Copy link
Member Author

The change is internal so no NEWS entry is required.

@arhadthedev arhadthedev changed the title gh-91102: Port EncodingMap to Argument Clinic gh-91102: Use Argument Clinic for EncodingMap Apr 13, 2022
Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

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

Thanks, but could you add a NEWS entry? The class is actually accessible from Python:

>>> _codecs.charmap_build("\0abc")
<EncodingMap object at 0x1052ff790>

@JelleZijlstra JelleZijlstra self-assigned this Apr 18, 2022
@arhadthedev
Copy link
Member Author

Addressed.

@JelleZijlstra JelleZijlstra self-requested a review April 18, 2022 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants