diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-09 07:07:12 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-09 07:07:12 (GMT) |
commit | 671b9e34c6b05c42eba2ad29dd3d82975cb374ae (patch) | |
tree | 67f0ac98b09b72add1dd557af0258b7fda185d35 /Misc | |
parent | 5e3d862392acc3b6862c6393bfbca7450523717d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |