On Mon, 07 Jul 2014 22:19:20 +1000, Chris Angelico wrote: > It's possible for input() to raise IOError, if I'm not mistaken; > consider redirection, for instance.
What indirection? Do you mean, if built-in input() has been monkey- patched? Well, sure, but in that case it could do anything. I'm only concerned with the builtins. Otherwise, I have no idea what you mean by that. https://docs.python.org/3/library/functions.html#input -- Steven -- https://mail.python.org/mailman/listinfo/python-list