Tricks for reloading python modules
September 24th, 2003
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.

