Reid Kleckner <r...@mit.edu> added the comment:

When I ported the patch I tested on trunk + Windows to py3k, I messed that 
stuff up.  I also had to fix a bunch of str vs. bytes issues this time around.  
On Windows, it uses TextIOWrapper to do the encoding, and on POSIX it uses 
os.write, so I have to do the encoding myself.  :p

This patch has been tested on Windows Vista and Mac OS X 10.5.

----------
Added file: http://bugs.python.org/file18101/subprocess-timeout-py3k-v7.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5673>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to