summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-08-10 17:46:24 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-08-10 17:46:24 -0400
commita594c63d662ca96da44043578fd78cadfe562b5a (patch)
treeedbea3ca1cfa5ef47565963b1b0c1a4fc79905ac
parent7c64aad9fb03ea69609993f9d7e3c2904a00de2c (diff)
downloadcpython-git-a594c63d662ca96da44043578fd78cadfe562b5a.tar.gz
Issue #18429: Add user-oriented News entry about Format / Format Paragraph
now working with comment block selections. Patch was part of 18226 patch.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 948d54f7fe..db8a418524 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.