[issue4331] Can't use _functools.partial() created function as method

Jack Diederich report at bugs.python.org
Tue Feb 23 22:37:16 CET 2010


Jack Diederich <jackdied at gmail.com> added the comment:

correction:
  run = partial(1)
should have been
  run = partial(show_funcs, 1)

----------

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


More information about the Python-bugs-list mailing list