From: Terry Jan Reedy Date: Sat, 10 Aug 2013 21:46:24 +0000 (-0400) Subject: Issue #18429: Add user-oriented News entry about Format / Format Paragraph X-Git-Tag: v3.4.0a2~254^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a594c63d662ca96da44043578fd78cadfe562b5a;p=thirdparty%2FPython%2Fcpython.git Issue #18429: Add user-oriented News entry about Format / Format Paragraph now working with comment block selections. Patch was part of 18226 patch. --- diff --git a/Misc/NEWS b/Misc/NEWS index 948d54f7fe10..db8a418524f5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -212,6 +212,10 @@ C API IDLE ---- +- Issue #18429: Format / Format Paragraph, now works when comment blocks + are selected. As with text blocks, this works best when the selection + only includes complete lines. + - Issue #18226: Add docstrings and unittests for FormatParagraph.py. Original patches by Todd Rovito and Phil Webster.