Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make open('filename') without the second parameter work. There is no unit test because I don't know how to set it up. The way I test this in a browser is without this change, the following code: h = open("mbox-short.txt") print len(h.read()) Throws "todo; haven't implemented non-read opens" With this fix the code works.
- Loading branch information