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 chris.jerdonek
Recipients chris.jerdonek, gward, jcea, twouters
Date 2012-07-31.22:00:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343772054.62.0.636291507613.issue15510@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, here is a slightly more benign version of the patch.

This patch makes the change in the wrap() method and leaves _wrap_chunks() alone.

This is less intrusive because it doesn't change the behavior of _wrap_chunks(), which some people might be calling if they are subclassing TextWrapper and accessing the private API directly.
History
Date User Action Args
2012-07-31 22:00:55chris.jerdoneksetrecipients: + chris.jerdonek, twouters, gward, jcea
2012-07-31 22:00:54chris.jerdoneksetmessageid: <1343772054.62.0.636291507613.issue15510@psf.upfronthosting.co.za>
2012-07-31 22:00:53chris.jerdoneklinkissue15510 messages
2012-07-31 22:00:53chris.jerdonekcreate