]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 20:56:20 +0000 (16:56 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 20:56:20 +0000 (16:56 -0400)
commit3d35489169c40231bf3f432c40b69781147f828c
tree04c319f4196749812ece0f87770cdface83779a7
parent7921b30be6d3adaf6a2c0ef1f040a62333b379fb
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.
Lib/idlelib/FormatParagraph.py
Lib/idlelib/idle_test/test_formatparagraph.py [new file with mode: 0644]
Misc/NEWS