[Python-ideas] python3: subtle change to new input()

Georg Brandl g.brandl at gmx.net
Wed Nov 14 14:43:03 CET 2007


Mark Summerfield schrieb:
> Hi,
> 
> In Python 3, input() returns an empty string in two situations: blank
> lines and EOF.

Could this be a platform issue? Here, on Linux, input() raises EOFError
on EOF.

Georg




More information about the Python-ideas mailing list