Dariusz Walczak <[email protected]> added the comment: Your patch works for me with one exception:
On FreeBSD (python 2.6.1) OSError exception is raised by os.write instead of IOError exception (raised by self.stdin.write on Windows). The error code is same on both platforms. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6457> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
