[issue12154] PyDoc Partial Functions

JJeffries report at bugs.python.org
Mon May 23 11:15:31 CEST 2011


New submission from JJeffries <jamesjeffries1 at gmail.com>:

PyDoc currently does not support partial functions. It currently just outputs the following, treating it as a data member instead of a function.

my_partial_function = <functools.partial object>

I think that if the __doc__ it should be treated as a function and the __doc__ read.

----------
components: Library (Lib)
messages: 136596
nosy: JJeffries
priority: normal
severity: normal
status: open
title: PyDoc Partial Functions
type: feature request
versions: Python 2.7

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


More information about the Python-bugs-list mailing list