Sending binary data over CGI

Walter Huf hufman at cobalty.com
Sun Mar 7 00:26:32 EST 2004



>   import msvcrt
>   ...
>   msvcrt.setmode( stdout.fileno(), os.O_BINARY )

Now, what would I do if I want to do the same in Unix/Linux?

--Walter Huf--



More information about the Python-list mailing list