From: Skip Montanaro Date: Sat, 17 Jan 2004 14:22:44 +0000 (+0000) Subject: document PEP 11 progress so far. X-Git-Tag: v2.4a1~933 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd1f7430cb8f48de970021071d7683054c23b10f;p=thirdparty%2FPython%2Fcpython.git document PEP 11 progress so far. --- diff --git a/Misc/NEWS b/Misc/NEWS index 63b33217480a..d76a035081bc 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 -----