diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-26 17:16:52 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-26 17:16:52 (GMT) |
commit | 55b0a0eb0d7cb3b4a1c57d490be1b8fc7b55c879 (patch) | |
tree | 2278649fd6172fef6b05fca4bc04a6293ca0352e /Misc | |
parent | 9298eff5f9a9a0b7e80523a97723693482ed0392 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |