]> 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:24 +0000 (17:46 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 21:46:24 +0000 (17:46 -0400)
now working with comment block selections. Patch was part of 18226 patch.

Misc/NEWS

index 948d54f7fe10fb8b23cd63158e153b7512b1961e..db8a418524f57fd2d62361db0f8c1e14e8ebcafb 100644 (file)
--- 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.