stdin, stdout

A[r]TA arta at NOSPAMx-stream.nl
Mon May 29 13:00:52 EDT 2000


Hi,

I want to write an own INPUT-module.
But not like the raw_input(). It has to be something like that, but
it is not allowed to stop de continue streams of data.
I want it, so I can write commands easily while my server is online.
If you do it with raw_input() then the select.select() won't continue
till you hit enter. And that isn't the purpose.
In the Python-docs the stdin and stdout -modules are mentioned.
Because they're taking care from the print and raw_input().
If I could modify them! But that isn't possible, 'cause I don't have
the source from the sys-module.


(Maybe, it's possible if there's something in Python like in BASIC
   : the LOCATE-command. You just put the cursor somewhere and there
  it'll print.)


A[r]TA

--
We shall not cease from exploration, and the end of all our exploring will
be to arrive where we started and know the place for the first time.
- T. S. Eliot








More information about the Python-list mailing list