Bug #1535165: fixed a segfault in input() and raw_input() when
sys.stdin is closed.
diff --git a/Misc/NEWS b/Misc/NEWS
index f06f98c..95b2d4e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Bug #1535165: fixed a segfault in input() and raw_input() when
+  sys.stdin is closed.
+
 - On Windows, the PyErr_Warn function is now exported from
   the Python dll again.