Message136596
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. |
|
Date |
User |
Action |
Args |
2011-05-23 09:15:31 | JJeffries | set | recipients:
+ JJeffries |
2011-05-23 09:15:31 | JJeffries | set | messageid: <1306142131.82.0.401706336814.issue12154@psf.upfronthosting.co.za> |
2011-05-23 09:15:31 | JJeffries | link | issue12154 messages |
2011-05-23 09:15:30 | JJeffries | create | |
|