Sending binary data over CGI
Walter Huf
hufman at cobalty.com
Sun Mar 7 00:26:32 EST 2004
More information about the Python-list mailing list
Sun Mar 7 00:26:32 EST 2004
- Previous message (by thread): Sending binary data over CGI
- Next message (by thread): Sending binary data over CGI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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--
- Previous message (by thread): Sending binary data over CGI
- Next message (by thread): Sending binary data over CGI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list