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 palfrey
Recipients gvanrossum, mark.dickinson, palfrey
Date 2008-01-17.18:03:30
SpamBayes Score 0.0013178273
Marked as misclassified No
Message-id <1200593013.03.0.393388312548.issue1859@psf.upfronthosting.co.za>
In-reply-to
Content
Is there any other way to do what I was trying to do then (both dynamic
wrapping for long segments + some static breaks)? Right now, the only
option I can think of is writing a textwrap.TextWrapper subclass that
implements my patch, and copying 70-ish lines of code to make a 2 line
change seems like overkill to me. Could this be added as a new option to
TextWrapper?
History
Date User Action Args
2008-01-17 18:03:33palfreysetspambayes_score: 0.00131783 -> 0.0013178273
recipients: + palfrey, gvanrossum, mark.dickinson
2008-01-17 18:03:33palfreysetspambayes_score: 0.00131783 -> 0.00131783
messageid: <1200593013.03.0.393388312548.issue1859@psf.upfronthosting.co.za>
2008-01-17 18:03:31palfreylinkissue1859 messages
2008-01-17 18:03:31palfreycreate