From: Neal Norwitz <nnorwitz@gmail.com> 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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35892b9ad9a9aee008a374d208fd0c6eb59f566e;p=python Fix SF bug #691793, Python 2.3a2 build fails on Tru64 --- diff --git a/Misc/NEWS b/Misc/NEWS index c1236894ef..929c023d86 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 -----