import restrictions

gow@asami.med.ge.com
Mon, 18 Oct 93 16:37:00 JST

One problem I've been having is that once I have imported
a file of definitions into a python session I can't seem
to get rid of it. When I'm editing a script I'd like
to have python going in another window, edit the script,
re-import it into python, and test it. It seems, however,
that even if I explicitly delete the script's module from
my python session symbol table, the script file is not
re-read/re-interpreted when I import it into the python
session again.

Is there something I'm doing wrong? Is it that I'm in
Japan, with it's infamous "import restrictions" :^) ?
Or is this the way python (0.98) works?

Ed