Christian Heimes wrote: > Greg Ewing wrote: >> 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? > > Windows is a strange beast. As far as I can remember the OS converts the > incoming and outgoing standard streams to Unix line endings \n. A true > binary standard stream on Windows needs some effort - unfortunately. :(
To be precise, it's not the OS that does this, but rather the C runtime. Eric. _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
