Patches item #1581073, was opened at 2006-10-20 09:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1581073&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dwayne Bailey (dwaynebailey) Assigned to: Nobody/Anonymous (nobody) Summary: Allow textwrap to preserve leading and trailing whitespace Initial Comment: The attached file add the ability to preserve whitespace in textwrap. Usefull where you are using textwrap in instances where whitespace is significant (I'm using it to reflow Gettext PO file text). By default the current behaviour is preserver so the added option is called drop_whitespace and by default it is set to True. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1581073&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
