This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients LambertDW, akuchling, andybuckley
Date 2009-02-26.19:20:12
SpamBayes Score 0.015253095
Marked as misclassified No
Message-id <1235676014.64.0.247905497156.issue4318@psf.upfronthosting.co.za>
In-reply-to
Content
granted, this isn't terribly difficult:

'\n'.join(textwrap.fill(line) for line in text.split('\n'))
History
Date User Action Args
2009-02-26 19:20:14LambertDWsetrecipients: + LambertDW, akuchling, andybuckley
2009-02-26 19:20:14LambertDWsetmessageid: <1235676014.64.0.247905497156.issue4318@psf.upfronthosting.co.za>
2009-02-26 19:20:12LambertDWlinkissue4318 messages
2009-02-26 19:20:12LambertDWcreate