From 24683e65b81412c436593ea28258dc16764678d5 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Thu, 19 Jul 2001 16:29:48 +0000 Subject: [PATCH] Updated news for 2.1.1-final. --- Misc/NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 86faf96af803..5e75eff906dc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,3 +1,14 @@ +What's New in Python 2.1.1 (final) ? +============================== + +- The following bugs were fixed: + + [ #441664 ] Python crash on del of a slice of a mmap + [ #438050 ] configure doesn't look for poll.h in sys + [ #437487 ] 2.1 build on Solaris fails if CC is set + [ #441527 ] unixccompiler preprocessor broken + + What's New in Python 2.1.1c1 ? ============================== -- 2.47.3