summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-08-10 20:57:02 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-08-10 20:57:02 (GMT)
commit9559243fc818eecfa046e874f7b7001665520c53 (patch)
tree55608b47f6b43ce5a7defef5610d27b716bae7cf /Misc/NEWS
parent53f58dbd122676c1408b3c95c1630028cc1a0e05 (diff)
parent7c64aad9fb03ea69609993f9d7e3c2904a00de2c (diff)
downloadcpython-9559243fc818eecfa046e874f7b7001665520c53.zip
cpython-9559243fc818eecfa046e874f7b7001665520c53.tar.gz
cpython-9559243fc818eecfa046e874f7b7001665520c53.tar.bz2
Merge with 3.3
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c79a21b..d468104 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -770,6 +770,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).