From: Brett Cannon Date: Sun, 3 Feb 2008 09:59:21 +0000 (+0000) Subject: Add an entry for r60537. X-Git-Tag: v2.6a1~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70c0c0269169a0cd1810653ca7a880ac91cd0a46;p=python Add an entry for r60537. --- diff --git a/Misc/NEWS b/Misc/NEWS index f6c93b7b31..8dacce0e37 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1392,6 +1392,10 @@ Tools/Demos Build ----- +- Have the search path for building extensions follow the declared order in + $CPPFLAGS and $LDFLAGS when adding directories from those environment + variables. + - Bug #1983: Added a check to pyport to verify that sizeof(pid_t) is smaller or equal sizeof(long).