import sys

if sys.platform == "win32":
    import os, msvcrt
    msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)


"Jack" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Just want to make sure, how exactly are you doing that?
>
>> Thanks for the reply, Jack. I tried setting mode to binary but it had no
>> affect.
>
> 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to