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