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 JayKrish, Todd.Rovito, philwebster, roger.serwy, terry.reedy
Date 2013-07-29.02:41:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375065670.23.0.857589907932.issue18226@psf.upfronthosting.co.za>
In-reply-to
Content
Patch attached with current version. I noted in a comment that we should probably replace some of format_paragraph with textwrap.wrap.

The find_paragraph test works fine with the current text mock. I split one test method and will probably do more.

It could be considered a bug that find_paragraph included the hidden terminal \n when it finds the final line of the text and that line has no \n. Since that is a fairly unrealistic test case, we might do better to add \n on all test snippets. Certainly, adding \n\n is a bug.

I have the impression from what I have looked at so far is that triple quoted strings are not handled as they should be. I opened #18583 for enhancing the module beyond what we have done here.
History
Date User Action Args
2013-07-29 02:41:10terry.reedysetrecipients: + terry.reedy, roger.serwy, Todd.Rovito, JayKrish, philwebster
2013-07-29 02:41:10terry.reedysetmessageid: <1375065670.23.0.857589907932.issue18226@psf.upfronthosting.co.za>
2013-07-29 02:41:10terry.reedylinkissue18226 messages
2013-07-29 02:41:05terry.reedycreate