commit | cd1f7430cb8f48de970021071d7683054c23b10f | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Sat Jan 17 14:22:44 2004 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Sat Jan 17 14:22:44 2004 +0000 |
tree | 51fd33ac7699cb9ff97c0b5306340782a27d1534 | |
parent | ce59c04127cb82127e247f5e986b07cbb6c39c61 [diff] |
document PEP 11 progress so far.
diff --git a/Misc/NEWS b/Misc/NEWS index 63b3321..d76a035 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -290,6 +290,14 @@ Build ----- +- Support for DGUX, SunOS 4, IRIX 4 and Minix was removed (see PEP 11). + +- Support for systems requiring --with-dl-dld or --with-sgi-dl was removed + (see PEP 11). + +- Tests for sizeof(char) were removed since ANSI C mandates that + sizeof(char) must be 1. + C API -----