From: Neal Norwitz Date: Sun, 23 Feb 2003 23:45:35 +0000 (+0000) Subject: Fix SF bug #691793, Python 2.3a2 build fails on Tru64 X-Git-Tag: v2.3c1~1711 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35892b9ad9a9aee008a374d208fd0c6eb59f566e;p=thirdparty%2FPython%2Fcpython.git Fix SF bug #691793, Python 2.3a2 build fails on Tru64 --- diff --git a/Misc/NEWS b/Misc/NEWS index c1236894efe4..929c023d8624 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -35,7 +35,8 @@ TBD Build ----- -TBD +- Fix problem building on OSF1 because the compiler only accepted + preprocessor directives that start in column 1. (SF bug #691793.) C API -----