diff options
author | Guido van Rossum <guido@python.org> | 2007-08-30 18:44:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-30 18:44:53 (GMT) |
commit | 845702c096fd3380d50545398f60c54c64869442 (patch) | |
tree | 9031bb849d3ca88fdbb3e2e314e6bb75974aa663 /RELNOTES | |
parent | e7bf59f500481715e76ff646f6728e28361faff2 (diff) | |
download | cpython-845702c096fd3380d50545398f60c54c64869442.zip cpython-845702c096fd3380d50545398f60c54c64869442.tar.gz cpython-845702c096fd3380d50545398f60c54c64869442.tar.bz2 |
Small updates.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |