This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JJeffries
Recipients JJeffries
Date 2011-05-23.09:15:30
SpamBayes Score 0.002778309
Marked as misclassified No
Message-id <1306142131.82.0.401706336814.issue12154@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-05-23 09:15:31JJeffriessetrecipients: + JJeffries
2011-05-23 09:15:31JJeffriessetmessageid: <1306142131.82.0.401706336814.issue12154@psf.upfronthosting.co.za>
2011-05-23 09:15:31JJeffrieslinkissue12154 messages
2011-05-23 09:15:30JJeffriescreate