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

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


http://hg.python.org/cpython/rev/9eea6401b892
changeset:   85109:9eea6401b892
branch:      3.3
parent:      85106:bfdb687ca485
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Aug 10 17:46:24 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
@@ -212,6 +212,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