Re: Docstring parsing and formatting

2012-09-18 Thread Joel Goldstick
On Tue, Sep 18, 2012 at 1:03 AM, Terry Reedy wrote: > On 9/17/2012 10:03 PM, Ben Finney wrote: >> >> Howdy all, >> >> Where can I find a standard implementation of the docstring parsing and >> splitting algorithm from PEP 257? Do you know about pydoc? I haven't looked at its source, but since i

Re: Docstring parsing and formatting

2012-09-17 Thread Terry Reedy
On 9/17/2012 10:03 PM, Ben Finney wrote: Howdy all, Where can I find a standard implementation of the docstring parsing and splitting algorithm from PEP 257? I presume there is something in the code behind help(). -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list