diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-10 20:57:02 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-10 20:57:02 (GMT) |
commit | 9559243fc818eecfa046e874f7b7001665520c53 (patch) | |
tree | 55608b47f6b43ce5a7defef5610d27b716bae7cf /Misc/NEWS | |
parent | 53f58dbd122676c1408b3c95c1630028cc1a0e05 (diff) | |
parent | 7c64aad9fb03ea69609993f9d7e3c2904a00de2c (diff) | |
download | cpython-9559243fc818eecfa046e874f7b7001665520c53.zip cpython-9559243fc818eecfa046e874f7b7001665520c53.tar.gz cpython-9559243fc818eecfa046e874f7b7001665520c53.tar.bz2 |
Merge with 3.3
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |