[Python-checkins] cpython (2.7): Issue #18429: Add user-oriented News entry about Format / Format Paragraph

terry.reedy python-checkins at python.org
Sat Aug 10 23:47:11 CEST 2013


http://hg.python.org/cpython/rev/841984e96df6
changeset:   85108:841984e96df6
branch:      2.7
parent:      85105:453b4f89a2b4
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Aug 10 17:46:16 2013 -0400
summary:
  Issue #18429: Add user-oriented News entry about Format / Format Paragraph
now working with comment block selections. Patch was part of 18226 patch.

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list