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 denilsonsa
Recipients GraylinKim, bethard, denilsonsa, eric.araujo
Date 2011-09-20.22:11:10
SpamBayes Score 0.0005097032
Marked as misclassified No
Message-id <1316556671.63.0.822649101079.issue12806@psf.upfronthosting.co.za>
In-reply-to
Content
I was about to suggest this feature. I had the exact same need: a formatter that preserves newlines (and maybe whitespace), but that also automatically wraps the lines.

In other words, the behavior would be similar to CSS property white-space: pre-wrap;
History
Date User Action Args
2011-09-20 22:11:11denilsonsasetrecipients: + denilsonsa, bethard, eric.araujo, GraylinKim
2011-09-20 22:11:11denilsonsasetmessageid: <1316556671.63.0.822649101079.issue12806@psf.upfronthosting.co.za>
2011-09-20 22:11:11denilsonsalinkissue12806 messages
2011-09-20 22:11:10denilsonsacreate