re-opening stdin in raw (binary) mode?

Samuel A. Falvo II kc5tja at garnet.armored.net
Mon Jan 17 17:35:08 EST 2000


In article <388388c9.12001026 at news.iol.ie>, Sean Mc Grath wrote:
>The subject says it all. Can some kind soul shed light
>on how to re-open sys.stdin in raw mode?

If memory serves me correctly, I don't have the complete answer you're
looking for, but under Linux, you can perform an ioctl() on file descriptor
1 (or is it 0?) to set a binary-mode flag.

-- 
KC5TJA/6, DM13, QRP-L #1447
Samuel A. Falvo II
Oceanside, CA



More information about the Python-list mailing list