We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f71101 commit 19c5233Copy full SHA for 19c5233
1 file changed
Misc/NEWS
@@ -10,7 +10,7 @@ What's New in Python 3.2.1 release candidate 2?
10
Core and Builtins
11
-----------------
12
13
-- Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
+- Issue #1195: my_fgets() now always clears errors before calling fgets(). Fix
14
the following case: sys.stdin.read() stopped with CTRL+d (end of file),
15
raw_input() interrupted by CTRL+c.
16
0 commit comments