> One piece of sophistication that I would rather like to see, but don't
> know how to do. Instead of *args,**kwargs, is it possible to somehow
> copy in the function's actual signature? I was testing this out in
> IDLE, and the fly help for the function no longer gave useful info
> about its argument list.

You can use the decorator module in PyPI to do this.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to