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
_______________________________________________
Edu-sig mailing list
[email protected]
http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to