Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8.
configure would break checking curses.h.
Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2065ede..ab8dba5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
Core and builtins
-----------------
+- Bug #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8.
+ configure would break checking curses.h.
+
- Bug #959576: The pwd module is now builtin. This allows Python to be
built on UNIX platforms without $HOME set.