New submission from Guilherme Simões:
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.
----------
components: IDLE
messages: 187759
nosy: Guilherme.Simões
priority: normal
severity: normal
status: open
title: Can't assign a different value for sys.stdin in IDLE
type: behavior
versions: Python 3.4
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue17838>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com