]> granicus.if.org Git - python/commit
Reset the Python execution server environment to its initial value prior
authorKurt B. Kaiser <kbk@shore.net>
Sun, 28 Jul 2002 03:35:31 +0000 (03:35 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 28 Jul 2002 03:35:31 +0000 (03:35 +0000)
commitd694c1faf9314c9c531db59d24f90223cf720583
treeb60e25eda897be97f11dc69893e65171957bd7de
parent139bccb2f017622efd6c31f72aab97356a22090b
Reset the Python execution server environment to its initial value prior
to executing Run/F5 from an EditorWindow.

M ScriptBinding.py : add call to clear_the_environment()
M run.py           : implemented Executive.clear_the_environment()
Lib/idlelib/ScriptBinding.py
Lib/idlelib/run.py