]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Small updates.
authorGuido van Rossum <guido@python.org>
Thu, 30 Aug 2007 18:44:53 +0000 (18:44 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Aug 2007 18:44:53 +0000 (18:44 +0000)
Misc/NEWS
RELNOTES

index f8fc80ec588d9126135dcc21d6215d7f07a314ee..e6513cc8dc1679f0ff9a0289c8df1a1c62eef2d5 100644 (file)
--- 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
 -----------
index 03d2f730587c8fa09cd609cee4cc4c5b172e3d35..74fc849b372f20ebbc262623ec4546ba2851ce6a 100644 (file)
--- 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.