Package: python-scipy
Followup-For: Bug #850288

As far as I can read the code, it is correct to use decorate on a
function rather than decorator. The source says it is obsolete
behaviour to use decorator() with a function.

Can you explain why you think it needs to be done?

Note you've given the arguments in the reverse order. The signature for
decorator is decorator(caller, _func=None), not decorator(func, caller).

Drew

_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to