From: Anthony Baxter Date: Sat, 4 Oct 2003 08:04:04 +0000 (+0000) Subject: two bugfixes X-Git-Tag: v2.4a1~1463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c68ef04b7f0c0c1d342647a7db2d3f76637d3fa;p=python two bugfixes --- diff --git a/Misc/NEWS b/Misc/NEWS index f3a67fcac7..f4ca158bcf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -45,6 +45,10 @@ Extension modules - curses module now supports use_default_colors(). [patch #739124] +- Bug #811028: ncurses.h breakage on FreeBSD/MacOS X + +- Bug #814613: INET_ADDRSTRLEN fix needed for all compilers on SGI + Library -------