]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Test script for the textwrap module. Kindly provided by Peter Hansen
authorGreg Ward <gward@python.net>
Thu, 22 Aug 2002 18:11:10 +0000 (18:11 +0000)
committerGreg Ward <gward@python.net>
Thu, 22 Aug 2002 18:11:10 +0000 (18:11 +0000)
commit90c0b071ed0245a3716c27ae2476ae2b6d889ffb
tree1529d6e72012a65c339784344216e0527954f90d
parentdbfb12148d59933273d9bf68cb0cbe5486b1ca61
Test script for the textwrap module.  Kindly provided by Peter Hansen
<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.
Lib/test/test_textwrap.py [new file with mode: 0644]