diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-10 21:46:24 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-10 21:46:24 (GMT) |
commit | a594c63d662ca96da44043578fd78cadfe562b5a (patch) | |
tree | edbea3ca1cfa5ef47565963b1b0c1a4fc79905ac /Misc | |
parent | 7c64aad9fb03ea69609993f9d7e3c2904a00de2c (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |