summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-07-26 17:16:52 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-07-26 17:16:52 (GMT)
commit55b0a0eb0d7cb3b4a1c57d490be1b8fc7b55c879 (patch)
tree2278649fd6172fef6b05fca4bc04a6293ca0352e /Misc
parent9298eff5f9a9a0b7e80523a97723693482ed0392 (diff)
downloadcpython-55b0a0eb0d7cb3b4a1c57d490be1b8fc7b55c879.zip
cpython-55b0a0eb0d7cb3b4a1c57d490be1b8fc7b55c879.tar.gz
cpython-55b0a0eb0d7cb3b4a1c57d490be1b8fc7b55c879.tar.bz2
[Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of mvwgetnstr(); it was conditionalized a few lines below. Fix from Paul Eggert. I also tried out the STRICT_SYSV_CURSES case and am therefore removing the 'untested' comment.
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 4644c82..e186646 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Core and builtins
Library
-------
+- Bug #1471938: Fix curses module build problem on Solaris 8; patch by
+ Paul Eggert.
+
- Bug #978833: Really close underlying socket in _socketobject.close.
- Bug #1459963: urllib and urllib2 now normalize HTTP header names correctly