Merge with 3.3
diff --git a/Misc/NEWS b/Misc/NEWS
index d468104..5c73479 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -770,6 +770,10 @@
 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.