Antoine Pitrou <[email protected]> added the comment: > I found following patch can fix test_invalid_operations error on > windows. Is this correct fix? There are many other places using bare open().
The fix looks ok. test_io should use self.open() instead of open() everywhere, except in places where it's not used as a test. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6215> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
