Make close() (all versions) ignore IOError from flush().
This makes test_resource.py pass, and I think it's the right thing to do: if you're closing a file after encountering an I/O error there's nothing you can do about it. If you want the error, you can call flush() yourself.
Showing
Please register or sign in to comment