I created https://bugs.python.org/issue43682 "Make static methods
created by @staticmethod callable".

Oh, I didn't know this old bpo-20309 issue closed as "not a bug". But
it proposed to modify many other wrappers like @classmethod. I only
propose to make static methods created @staticmethod callable.

Victor

On Wed, Mar 31, 2021 at 4:19 PM Ethan Furman <et...@stoneleaf.us> wrote:
>
> On 3/31/21 6:49 AM, Victor Stinner wrote:
>
> > tl; dr *Maybe* staticmethod could be modified to become callable?
>
> There have been other requests to make staticmethod callable, one of them 
> being
>
>    https://bugs.python.org/issue20309
>
> +1 for having it done.
>
> --
> ~Ethan~
> _______________________________________________
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-le...@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at 
> https://mail.python.org/archives/list/python-dev@python.org/message/KITFURNWOLEMETD2CLM6LKXCFUNZUNUP/
> Code of Conduct: http://python.org/psf/codeofconduct/



-- 
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/D6CI33WWUMQTA4VKVKIPZGGJ4XCQTTI2/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to