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 terry.reedy
Recipients terry.reedy
Date 2013-07-29.02:39:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375065577.4.0.851490009653.issue18583@psf.upfronthosting.co.za>
In-reply-to
Content
Writing tests for FormatParagraph.py #18226 revealed that it could use some improvements.

At minimum, some for format_paragraph should probably be replaced with textwrap.wrap (or the class) in order to handles double spacing after sentences. 

Find_paragraph should find the boundaries of triple-quoted strings.

The current end-of-text behavior of find_paragraph should perhaps be changed.
History
Date User Action Args
2013-07-29 02:39:37terry.reedysetrecipients: + terry.reedy
2013-07-29 02:39:37terry.reedysetmessageid: <1375065577.4.0.851490009653.issue18583@psf.upfronthosting.co.za>
2013-07-29 02:39:37terry.reedylinkissue18583 messages
2013-07-29 02:39:36terry.reedycreate