Christian Heimes wrote:
> With Python 2.5 the input and output data isn't implicitly
> converted

Are you sure that's always true? What about systems
where newlines aren't \n?

> I recommend that the problem and fix gets documented. Maybe stdin,
> stdout and stderr should get a method that disables the implicit
> conversion like setMode("b") / setMode("t").

Or maybe another set of objects called stdbin, stdbout, stdberr.

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,          | Carpe post meridiem!                 |
Christchurch, New Zealand          | (I'm not a morning person.)          |
[EMAIL PROTECTED]          +--------------------------------------+
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to