You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=<Date2007-03-13.18:16:03.000>created_at=<Date2006-10-20.07:19:14.000>labels= ['library']
title='Allow textwrap to preserve leading and trailing whitespace'updated_at=<Date2007-03-13.18:16:03.000>user='https://bugs.python.org/dwaynebailey'
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.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: