From 78d82b855b25498319e0b32402354ae678845508 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 30 Nov 2004 22:18:39 +0000 Subject: [PATCH] Properly define HAVE_TERM_H if term.h is detected. --- Misc/NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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? =============================== -- 2.47.3