Use `open` instead of `io.open` by rabinadk1 · Pull Request #389 · theskumar/python-dotenv
Navigation Menu
{{ message }}
theskumar / python-dotenv Public
- Notifications You must be signed in to change notification settings
- Fork 517
Merged
Conversation
Copy link Copy Markdown
Contributor
rabinadk1
commented
Mar 25, 2022
rabinadk1
commented
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.
Copy link Copy Markdown
Collaborator
bbc2
commented
Mar 25, 2022
bbc2 commented
Mar 25, 2022Thank you!
bbc2
merged commit
07a2fa1
into
theskumar:master
rabinadk1
deleted the
io_open
branch
iloveitaly
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment