]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #18429: Add user-oriented News entry about Format / Format Paragraph
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 21:46:16 +0000 (17:46 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 21:46:16 +0000 (17:46 -0400)
now working with comment block selections. Patch was part of 18226 patch.

Misc/NEWS

index 920272789ec88261f39d59b37c18448f03ef09f6..7e346d0f53a02e0b43b443e3884a22e678201465 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,10 @@ Build
 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.