From: Anthony Baxter Date: Sat, 4 Oct 2003 08:03:33 +0000 (+0000) Subject: two bugfixes X-Git-Tag: v2.3.3c1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=962ed0ec14dda9d528512aaad213f5ce4b5bc1d9;p=thirdparty%2FPython%2Fcpython.git two bugfixes --- diff --git a/Misc/NEWS b/Misc/NEWS index 69a810f09af5..99d18a89ca87 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,6 +17,10 @@ Extension modules - Bug #807314: Properly raise an exception if non-existent Tcl variable is accessed. +- Bug #811028: ncurses.h breakage on FreeBSD/MacOS X + +- Bug #814613: INET_ADDRSTRLEN fix needed for all compilers on SGI + What's New in Python 2.3.2 (final)? ===================================