<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>I'm working on this bug to fix it. http://bugs.python.org/issue15068<br><br>>>> from sys import stdin<br>>>> str=stdin.read()<br>hello<br>hello world<br>CTRL+D<br>CTRL+D<br><br>Can anyone tell me where is stdin.read() function defined?<br>Or where is sys.stdin defined?<br>Or which function is called for str=stdin.read() ?<br><br>Thanks<br><br></td></tr></table>