Author: guido.van.rossum
Date: Thu Aug 30 20:44:53 2007
New Revision: 57756

Modified:
   python/branches/py3k/Misc/NEWS
   python/branches/py3k/RELNOTES
Log:
Small updates.


Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS      (original)
+++ python/branches/py3k/Misc/NEWS      Thu Aug 30 20:44:53 2007
@@ -239,8 +239,13 @@
 - 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
 -----------

Modified: python/branches/py3k/RELNOTES
==============================================================================
--- python/branches/py3k/RELNOTES       (original)
+++ python/branches/py3k/RELNOTES       Thu Aug 30 20:44:53 2007
@@ -20,3 +20,7 @@
 - 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.
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to