From: Brett Cannon Date: Tue, 28 Sep 2004 04:08:11 +0000 (+0000) Subject: Add note about inclusion of DarwinPorts directories in setup.py on darwin. X-Git-Tag: v2.4b1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfef8695103b947f688b8c4a7ff8fc19477fc528;p=thirdparty%2FPython%2Fcpython.git Add note about inclusion of DarwinPorts directories in setup.py on darwin. --- diff --git a/Misc/NEWS b/Misc/NEWS index 72d166c50471..39f7d19da14b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -82,6 +82,10 @@ Library Build ----- +- Building on darwin now includes /opt/local/include and /opt/local/lib for + building extension modules. This is so as to include software installed as + a DarwinPorts port + - pyport.h now defines a Py_IS_NAN macro. It works as-is when the platform C computes true for ``x != x`` if and only if X is a NaN. Other platforms can override the default definition with a platform-