[Python-ideas] singledispatch for methods

Inada Naoki songofacandy at gmail.com
Wed Mar 27 04:33:33 EDT 2019


On Wed, Mar 27, 2019 at 5:09 AM Tim Mitchell
<tim.mitchell.chch at gmail.com> wrote:
>
> Is it time to add singledispatch for methods to the core library?
> If so, would the methoddispatch implementation suffice or are there changes you would like made?
>

singledispatchmethod will be added in Python 3.8.
Please try Python 3.8a3!

https://docs.python.org/3.8/library/functools.html#functools.singledispatchmethod
https://www.python.org/downloads/release/python-380a3/

-- 
Inada Naoki  <songofacandy at gmail.com>


More information about the Python-ideas mailing list