summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-03-08 23:07:16 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-03-08 23:07:16 (GMT)
commit4c52203b513bc74160fbdaeb57b6fe4061126e16 (patch)
treedb0efab73f2561da27b5e6f91e70e6d44e3bf39f /Mac
parentf0ebbe0bd038787f7fae041f2b8d630df68ba526 (diff)
downloadcpython-4c52203b513bc74160fbdaeb57b6fe4061126e16.zip
cpython-4c52203b513bc74160fbdaeb57b6fe4061126e16.tar.gz
cpython-4c52203b513bc74160fbdaeb57b6fe4061126e16.tar.bz2
Started on relnotes for the next beta.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Relnotes10
1 files changed, 10 insertions, 0 deletions
diff --git a/Mac/Relnotes b/Mac/Relnotes
index c4831ca..2e8ae22 100644
--- a/Mac/Relnotes
+++ b/Mac/Relnotes
@@ -67,6 +67,8 @@ marked with [*] and at the bottom of the list.
- PythonInterpreterCarbon and PythonInterpreterClassic are now files of type "Atmp", not
"APPL", so there should not be any confusion as to what the real application is
(PythonInterpreter). [*]
+- PythonIDE used to burn CPU cycles when idle, this has been fixed. PythonInterpreter
+ still has the problem. [*]
What is not in this distribution
@@ -83,7 +85,15 @@ This list is far from complete, more problems may be listed on the MacPython hom
http://www.cwi.nl/~jack/macpython.html.
- The IDE and Tkinter do not work together. Run tkinter programs under PythonInterpreter.
+- After running a Tkinter program your menubar may end up dead, with command-alt-escape
+ the only way to terminate Python.
+- Tkinter file events do not work, unless you have opened the file through Tcl (but then
+ you cannot access it from Python).
- Aliases do not work in sys.path entries.
- The menu bar isn't always correctly restored before MacPython turns to <<terminated>>.
- Under Carbon only you may occasionally see a spurious KeyboardInterrupt. I have absolutely
no clue as to what is causing this.
+- PythonInterpreter used interactively will eat a lot of processor cycles. You should use
+ PythonIDE for interactive work and PythonInterpreter for scripts only.
+- Under MacOSX applets have to live in the Python folder, otherwise they cannot find
+ PythonCore. This is being worked on.