[Python-checkins] python/dist/src/Misc NEWS,1.919,1.920
montanaro at users.sourceforge.net
montanaro at users.sourceforge.net
Sat Jan 17 09:22:46 EST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv13504
Modified Files:
NEWS
Log Message:
document PEP 11 progress so far.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.919
retrieving revision 1.920
diff -C2 -d -r1.919 -r1.920
*** NEWS 5 Jan 2004 10:13:34 -0000 1.919
--- NEWS 17 Jan 2004 14:22:44 -0000 1.920
***************
*** 291,294 ****
--- 291,302 ----
-----
+ - 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
-----
More information about the Python-checkins
mailing list