[Python-Dev] 2.4.4c1 October 11, 2.4.4 final October 18

Fredrik Lundh fredrik at pythonware.com
Wed Sep 27 19:25:13 CEST 2006


skip at pobox.com wrote:

> I think the right thing is for InteractiveConsole to dup sys.std{in,out,err}
> and do its own thing for its raw_input() method instead of naively calling
> the raw_input() builtin.

what guarantees that sys.stdin etc has a valid and dup:able fileno when 
the console is instantiated ?

</F>



More information about the Python-Dev mailing list