From: Neal Norwitz Date: Fri, 28 Feb 2003 17:24:00 +0000 (+0000) Subject: Fix SF bug #690012 X-Git-Tag: v2.3c1~1643 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c92c6e1f4a4b1b39516769ec49ca6964f08c9e4;p=thirdparty%2FPython%2Fcpython.git Fix SF bug #690012 --- diff --git a/Misc/NEWS b/Misc/NEWS index 9fe51ada1881..b3ea1f54903b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -39,6 +39,8 @@ TBD Build ----- +- Fix build problems when _iconv_codec failed. (SF bug #690012.) + - Fix problem building on OSF1 because the compiler only accepted preprocessor directives that start in column 1. (SF bug #691793.)