Message187759
Something like:
sys.stdin = open('file')
works in Python but doesn't in the IDLE shell. After trying to do that, a dialog is open asking if the user wants to kill the program. This happens because the method "close" of the class "PseudoInputFile" (which was created in #17585) is called. |
|
Date |
User |
Action |
Args |
2013-04-25 06:56:25 | Guilherme.Simões | set | recipients:
+ Guilherme.Simões |
2013-04-25 06:56:24 | Guilherme.Simões | set | messageid: <1366872984.94.0.234893757031.issue17838@psf.upfronthosting.co.za> |
2013-04-25 06:56:24 | Guilherme.Simões | link | issue17838 messages |
2013-04-25 06:56:24 | Guilherme.Simões | create | |
|