Add an entry for r60537.

This commit is contained in:
Brett Cannon 2008-02-03 09:59:21 +00:00
parent 773f347e7c
commit 70c0c02691
1 changed files with 4 additions and 0 deletions

View File

@ -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).