Message193848
| 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:37 | terry.reedy | set | recipients: + terry.reedy |
| 2013-07-29 02:39:37 | terry.reedy | set | messageid: <1375065577.4.0.851490009653.issue18583@psf.upfronthosting.co.za> |
| 2013-07-29 02:39:37 | terry.reedy | link | issue18583 messages |
| 2013-07-29 02:39:36 | terry.reedy | create | |