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