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

Appearance settings

bpo-41842: Add a unregister function in _codecs module #22360

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

Merged
merged 15 commits into from
Sep 28, 2020
Merged
Prev Previous commit
Next Next commit
update doc
  • Loading branch information
shihai1991 committed Sep 24, 2020
commit db4631ef2edc122eb472b56e2f363cf7f9d5f20c
2 changes: 1 addition & 1 deletion 2 Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ New Features
:class:`datetime.time` objects.
(Contributed by Zackery Spytz in :issue:`30155`.)

* Add a c:func:`PyCodec_Unregister` to unregister a codec search function.
* Add a :c:func:`PyCodec_Unregister` to unregister a codec search function.
shihai1991 marked this conversation as resolved.
Show resolved Hide resolved
(Contributed by Hai Shi in :issue:`41842`.)

=======
shihai1991 marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.