summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-01-09 07:07:12 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-01-09 07:07:12 (GMT)
commit671b9e34c6b05c42eba2ad29dd3d82975cb374ae (patch)
tree67f0ac98b09b72add1dd557af0258b7fda185d35 /Misc
parent5e3d862392acc3b6862c6393bfbca7450523717d (diff)
downloadcpython-671b9e34c6b05c42eba2ad29dd3d82975cb374ae.zip
cpython-671b9e34c6b05c42eba2ad29dd3d82975cb374ae.tar.gz
cpython-671b9e34c6b05c42eba2ad29dd3d82975cb374ae.tar.bz2
Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8.
configure would break checking curses.h. Will backport.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2065ede..ab8dba5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
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.