Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 20:56:28 +0000 (16:56 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 20:56:28 +0000 (16:56 -0400)
commit7c64aad9fb03ea69609993f9d7e3c2904a00de2c
treeebacc9262e71bea3ce1ff3ad01c391060af13ce3
parent056bafe7a663e890594a11eec99c78f742452fff
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