[Python-Dev] a strange case (original) (raw)
Guido van Rossum guido@python.org
Mon, 19 May 2003 16:33:32 -0400
- Previous message: [Python-Dev] a strange case
- Next message: [Python-Dev] a strange case
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] a strange case
- Next message: [Python-Dev] a strange case
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]