Tricks for reloading python modules

Sep 24, 2003 19:45 · 39 words · 1 minute read

Chris DiBona had an idea for reloading Python modules properly. It looks like the PyUnit folks have come up with an even more robust solution. The ability to reload is pretty useful in an environment as dynamic as Python.