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

One way to open, read, write and close files #87

Closed
trishankkarthik opened this issue Aug 8, 2013 · 2 comments
Closed

One way to open, read, write and close files #87

trishankkarthik opened this issue Aug 8, 2013 · 2 comments

Comments

@trishankkarthik
Copy link
Contributor

Presently, we have many ways to open, read, write and close files. Sometimes we use the Python built-in functions, and sometimes else we use our own file-like objects.

This makes it harder to easily adapt the code to changing requirements. (For example, I cannot easily add code to compress or decompress files and assume that it will work everywhere.)

I think we should design one file-like object to serve our needs and use that everywhere in the code.

@trishankkarthik
Copy link
Contributor Author

#139 was due to this issue.

@lukpueh
Copy link
Member

lukpueh commented Sep 24, 2019

Let's close due to inactivity.

@lukpueh lukpueh closed this as completed Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants