document PEP 11 progress so far.

This commit is contained in:
Skip Montanaro 2004-01-17 14:22:44 +00:00
parent ce59c04127
commit cd1f7430cb

View file

@ -290,6 +290,14 @@ Tools/Demos
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
-----