Re: Unimport statement

2008-05-11 Thread Rhamphoryncus
On May 11, 2:13 am, Filip Štědronský <[EMAIL PROTECTED]> wrote: > The main problem are references to objects within a module, because > we can NEVER be sure there aren't any, even though we cleaned up > everything, that's just a consequence of Python nature. We can keep > the old objects referenced

Re: Unimport statement

2008-05-11 Thread Filip Štědronský
The main problem are references to objects within a module, because we can NEVER be sure there aren't any, even though we cleaned up everything, that's just a consequence of Python nature. We can keep the old objects referenced and it would make an equivalent to the reload() builting, just without