[issue5135] Expose simplegeneric function in functools module

Nick Coghlan report at bugs.python.org
Thu Feb 5 11:58:20 CET 2009


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Failure to respect isinstance() should be fixed, not documented :)

As far as registering existing functions goes, I also expect registering
lambdas and functools.partial will be popular approaches, so keeping
direct registration is a good idea. There isn't any ambiguity between
the one-argument and two-argument forms.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5135>
_______________________________________


More information about the Python-bugs-list mailing list