summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 03d2f73..74fc849 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.