[New-bugs-announce] [issue11704] functools.partial doesn't create bound methods
Alex Gaynor
report at bugs.python.org
Mon Mar 28 23:34:11 CEST 2011
New submission from Alex Gaynor <alex.gaynor at gmail.com>:
This is related to the discussion we had at the PyCon language summit about C vs Python function binding. If you create a partial instance and put it on a class it doesn't create bound instances. This behavior is a tad surprising in my view. At a minimum it'd be nice if the docs mentioned this.
----------
messages: 132425
nosy: alex
priority: normal
severity: normal
status: open
title: functools.partial doesn't create bound methods
versions: Python 2.7, Python 3.2, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11704>
_______________________________________
More information about the New-bugs-announce
mailing list