diff options
author | Skip Montanaro <skip@pobox.com> | 2004-01-17 14:22:44 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-01-17 14:22:44 (GMT) |
commit | cd1f7430cb8f48de970021071d7683054c23b10f (patch) | |
tree | 51fd33ac7699cb9ff97c0b5306340782a27d1534 | |
parent | ce59c04127cb82127e247f5e986b07cbb6c39c61 (diff) | |
download | cpython-cd1f7430cb8f48de970021071d7683054c23b10f.zip cpython-cd1f7430cb8f48de970021071d7683054c23b10f.tar.gz cpython-cd1f7430cb8f48de970021071d7683054c23b10f.tar.bz2 |
document PEP 11 progress so far.
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ----- |