New submission from Terry J. Reedy: 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. ---------- assignee: terry.reedy messages: 193848 nosy: terry.reedy priority: normal severity: normal stage: test needed status: open title: Idle: enhance FormatParagraph type: enhancement versions: Python 2.7, Python 3.3, Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18583> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com