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.
G
Guido van Rossum committed
33e7a8e8134e90635adb88871defc270e0043073
Parent: ca73d49