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 nharold
Recipients bignose, docs@python, martin.panter, nharold
Date 2016-05-27.16:18:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464365907.39.0.530323734626.issue27043@psf.upfronthosting.co.za>
In-reply-to
Content
Split version (cleandoc2.patch):

   Clean up indentation from docstrings that are indented to line up with blocks
   of code.
   
   All leading whitespace is removed from the first line.  Any leading whitespace
   that can be uniformly removed from the second line onwards is removed.  Empty
   lines at the beginning and end are subsequently removed.  Also, all tabs are
   expanded to spaces.
History
Date User Action Args
2016-05-27 16:18:27nharoldsetrecipients: + nharold, docs@python, bignose, martin.panter
2016-05-27 16:18:27nharoldsetmessageid: <1464365907.39.0.530323734626.issue27043@psf.upfronthosting.co.za>
2016-05-27 16:18:27nharoldlinkissue27043 messages
2016-05-27 16:18:27nharoldcreate