]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
document PEP 11 progress so far.
authorSkip Montanaro <skip@pobox.com>
Sat, 17 Jan 2004 14:22:44 +0000 (14:22 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 17 Jan 2004 14:22:44 +0000 (14:22 +0000)
Misc/NEWS

index 63b33217480accee2b6ed248883247978399e57a..d76a035081bca905e4ca4a1f553199e55d03c2b9 100644 (file)
--- 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
 -----