[Python-Dev] PEP 443 - Single-dispatch generic functions (including ABC support)

Russell E. Owen rowen at uw.edu
Tue May 28 21:49:10 CEST 2013


A question about the example:

how hard would it be to modify the example
@fun.register(list)
...

to work with other collections? If it is easy, I think it would make a 
for a much more useful example.

-- Russell



More information about the Python-Dev mailing list