From: Guido van Rossum Date: Thu, 30 Aug 2007 18:44:53 +0000 (+0000) Subject: Small updates. X-Git-Tag: v3.0a1~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=845702c096fd3380d50545398f60c54c64869442;p=thirdparty%2FPython%2Fcpython.git Small updates. --- diff --git a/Misc/NEWS b/Misc/NEWS index f8fc80ec588d..e6513cc8dc16 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -239,8 +239,13 @@ Mac - The cfmfile was removed. -New platforms -------------- +Platforms +--------- + +- Support for BeOS and AtheOS was removed (according to PEP 11). + +- Support for RiscOS, Irix, Tru64 was removed (alledgedly). + Tools/Demos ----------- diff --git a/RELNOTES b/RELNOTES index 03d2f730587c..74fc849b372f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -20,3 +20,7 @@ Version 3.0a1 - Release Date 31-Aug-2007 - Some new features are very fresh, and probably contain bugs: the new format() method on strings (PEP 3101), the strict separation of bytes and strings, the new buffer API (PEP 3118). + +- IDLE still has some open issues. If you can't run it at all, try + "idle -n" which disables the separate subprocess for the + interpreter.