]> granicus.if.org Git - python/commit
Fixed age-old beginner's error: don't start the main loop as a side
authorJust van Rossum <just@letterror.com>
Fri, 2 May 2003 23:40:29 +0000 (23:40 +0000)
committerJust van Rossum <just@letterror.com>
Fri, 2 May 2003 23:40:29 +0000 (23:40 +0000)
commitd797e7b5070a96f27ef03d6cbef6103508552ea8
treeb823055cd2f98452a26f48f5740b0a94ba19d97b
parent320a1b04543a8fa7c32227f4db18238ad84ce2ae
Fixed age-old beginner's error: don't start the main loop as a side
effect of an import. (This is one step towards threading support in
the IDE.)
Mac/Tools/IDE/PythonIDE.py
Mac/Tools/IDE/PythonIDEMain.py