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

Allow any text stream (IO[str]) as stream #348

Merged
merged 1 commit into from Jul 24, 2021

Conversation

bbc2
Copy link
Collaborator

@bbc2 bbc2 commented Jul 14, 2021

This applies to the load_dotenv and dotenv_values functions. This makes it possible to pass a file stream such as open("foo", "r") to these functions.

Closes #308.

@bbc2 bbc2 self-assigned this Jul 14, 2021
This applies to the `load_dotenv` and `dotenv_values` functions.  This
makes it possible to pass a file stream such as `open("foo", "r")` to
these functions.
@bbc2 bbc2 mentioned this pull request Jul 14, 2021
@bbc2 bbc2 merged commit 134ed43 into theskumar:master Jul 24, 2021
@bbc2 bbc2 deleted the stream-any-text-file branch July 24, 2021 15:54
davidlatwe added a commit to davidlatwe/rezup that referenced this pull request Oct 15, 2021
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.

Stream as any text file?
1 participant