diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-02-03 09:59:21 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-02-03 09:59:21 (GMT) |
commit | 70c0c0269169a0cd1810653ca7a880ac91cd0a46 (patch) | |
tree | d36ce82883a660ff332ef36ecba1bd6e929aa7d6 /Misc | |
parent | 773f347e7c9572b0f8a8797eff2f423397885c8b (diff) | |
download | cpython-70c0c0269169a0cd1810653ca7a880ac91cd0a46.zip cpython-70c0c0269169a0cd1810653ca7a880ac91cd0a46.tar.gz cpython-70c0c0269169a0cd1810653ca7a880ac91cd0a46.tar.bz2 |
Add an entry for r60537.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |