summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-08-10 21:46:48 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-08-10 21:46:48 (GMT)
commitb723a12c044bcaf499a74786f478f1756a94e8e0 (patch)
treee98f7b514e8903d50fd5792e992b34f0bd5a1c2e
parent9559243fc818eecfa046e874f7b7001665520c53 (diff)
parenta594c63d662ca96da44043578fd78cadfe562b5a (diff)
downloadcpython-b723a12c044bcaf499a74786f478f1756a94e8e0.zip
cpython-b723a12c044bcaf499a74786f478f1756a94e8e0.tar.gz
cpython-b723a12c044bcaf499a74786f478f1756a94e8e0.tar.bz2
Merge with 3.3
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d468104..5c73479 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -770,6 +770,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.