mirror of
https://github.com/python/cpython.git
synced 2026-05-17 18:08:50 -04:00
0c9f31b4c0
fgets(). Fix the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.