Skip to content

Replace io.open() and codecs.open() with builtin open() #9352

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 1 commit into from
Dec 26, 2020
Merged

Replace io.open() and codecs.open() with builtin open() #9352

merged 1 commit into from
Dec 26, 2020

Conversation

jdufresne
Copy link
Contributor

In Python 3, these are functionally equivalent and share the same
feature set.

In Python 3, these are functionally equivalent and share the same
feature set.
@pradyunsg pradyunsg added the skip news Does not need a NEWS file entry (eg: trivial changes) label Dec 26, 2020
@pradyunsg pradyunsg merged commit a48ad53 into pypa:master Dec 26, 2020
@jdufresne jdufresne deleted the io-codecs-open branch December 26, 2020 13:53
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
skip news Does not need a NEWS file entry (eg: trivial changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants