summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-01-17 14:22:44 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-01-17 14:22:44 (GMT)
commitcd1f7430cb8f48de970021071d7683054c23b10f (patch)
tree51fd33ac7699cb9ff97c0b5306340782a27d1534 /Misc
parentce59c04127cb82127e247f5e986b07cbb6c39c61 (diff)
downloadcpython-cd1f7430cb8f48de970021071d7683054c23b10f.zip
cpython-cd1f7430cb8f48de970021071d7683054c23b10f.tar.gz
cpython-cd1f7430cb8f48de970021071d7683054c23b10f.tar.bz2
document PEP 11 progress so far.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 63b3321..d76a035 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----