summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_textwrap.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Test script for the textwrap module. Kindly provided by Peter HansenGreg Ward2002-08-221-0/+261
<peter@engcorp.com> based on a test script that's been kicking around my home directory for a couple of months now and only saw the light of day because I included it when I sent textwrap.py to python-dev for review.