raw_input weirdness -- shell's fault?
Piet van Oostrum
piet at cs.uu.nl
Wed Sep 6 08:13:43 EDT 2000
More information about the Python-list mailing list
Wed Sep 6 08:13:43 EDT 2000
- Previous message (by thread): raw_input weirdness -- shell's fault?
- Next message (by thread): raw_input weirdness -- shell's fault?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>>> matt at mondoinfo.com (Matthew Dixon Cowles) (MDC) writes: MDC> It seems that Python isn't flushing its output buffer, presumably MDC> because it doesn't know that it's running interactively. I don't know MDC> enough about NT to know why that might be but running Python as probably because it gets its input from/puts its output to a pipe, rather than a real console. By the way does anybody know a way for a python program on Windows to find out if it is running interactively? -- Piet van Oostrum <piet at cs.uu.nl> URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.van.Oostrum at hccnet.nl
- Previous message (by thread): raw_input weirdness -- shell's fault?
- Next message (by thread): raw_input weirdness -- shell's fault?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list