From: Martin v. Löwis Date: Tue, 30 Nov 2004 22:18:39 +0000 (+0000) Subject: Properly define HAVE_TERM_H if term.h is detected. X-Git-Tag: v2.4.1c1~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78d82b855b25498319e0b32402354ae678845508;p=thirdparty%2FPython%2Fcpython.git Properly define HAVE_TERM_H if term.h is detected. --- diff --git a/Misc/NEWS b/Misc/NEWS index d20026557a78..4411d858854c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,23 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.4.1? +=========================== + +*Release date: xx-xxx-2005* + +Core and builtins +----------------- + +Library +------- + +Build +----- + +- term.h is now properly detected again. + + What's New in Python 2.4 final? ===============================