Use `open` instead of `io.open` by rabinadk1 · Pull Request #389 · theskumar/python-dotenv

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Conversation

@rabinadk1

Copy link Copy Markdown

Contributor

Since python 2 support has been dropped, there is no difference between io.open and open. And it is recommended to use open over io.open. Just replacing all the occurrences of io.open with open in this PR.

@bbc2

Copy link Copy Markdown

Collaborator

bbc2 commented

Mar 25, 2022

Thank you!

@bbc2 bbc2 merged commit 07a2fa1 into theskumar:master

Mar 25, 2022

@rabinadk1 rabinadk1 deleted the io_open branch

March 25, 2022 14:53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@rabinadk1 @bbc2