[Python-Dev] a strange case (original) (raw)

Guido van Rossum guido@python.org
Mon, 19 May 2003 16:33:32 -0400


But reload() won't work for these pseudo modules (See http://www.python.org/sf/701743).

Reload() is a hack that doesn't really work except in the most simple cases. This isn't one of those.

What about the imp module?

Yes, what about it? (I don't understand the remark.)

--Guido van Rossum (home page: http://www.python.org/~guido/)