Small updates.

This commit is contained in:
Guido van Rossum 2007-08-30 18:44:53 +00:00
parent e7bf59f500
commit 845702c096
2 changed files with 11 additions and 2 deletions

View File

@ -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
-----------

View File

@ -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.