summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-08-10 20:56:28 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-08-10 20:56:28 (GMT)
commit7c64aad9fb03ea69609993f9d7e3c2904a00de2c (patch)
treeebacc9262e71bea3ce1ff3ad01c391060af13ce3 /Misc
parent056bafe7a663e890594a11eec99c78f742452fff (diff)
downloadcpython-7c64aad9fb03ea69609993f9d7e3c2904a00de2c.zip
cpython-7c64aad9fb03ea69609993f9d7e3c2904a00de2c.tar.gz
cpython-7c64aad9fb03ea69609993f9d7e3c2904a00de2c.tar.bz2
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
Move comment code to a separate function so it can be separately tested. Original patches by Todd Rovito and Phil Webster.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ccbb57a..948d54f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,6 +212,9 @@ C API
IDLE
----
+- Issue #18226: Add docstrings and unittests for FormatParagraph.py.
+ Original patches by Todd Rovito and Phil Webster.
+
- Issue #18279: Format - Strip trailing whitespace no longer marks a file as
changed when it has not been changed. This fix followed the addition of a
test file originally written by Phil Webster (the issue's main goal).