Guido van Rossum wrote: > # xreload.py. > > """Alternative to reload(). > > This works by executing the module in a scratch namespace, and then > patching classes, methods and functions. This avoids the need to > patch instances. New objects are copied into the target namespace. > """ Sweeeet! Thanks a zillion. Cheers, - Andreas