[New-bugs-announce] [issue18583] Idle: enhance FormatParagraph

Terry J. Reedy report at bugs.python.org
Mon Jul 29 04:39:37 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18583>
_______________________________________


More information about the New-bugs-announce mailing list