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 barry
Recipients barry, georg.brandl, pitrou
Date 2013-07-29.15:20:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130729112033.6eafab9c@anarchist>
In-reply-to <1375106130.94.0.876254704259.issue18585@psf.upfronthosting.co.za>
Content
On Jul 29, 2013, at 01:55 PM, Antoine Pitrou wrote:

>Perhaps the "placeholder" argument should actually include the last whitespace, to allow people to omit the whitespace, or use a non-breaking space instead?
>
>   >>> textwrap.summarize("Hello  world!", width=11, placeholder='...')
>   'Hello...'

I guess the placeholder default is ' (...)' then?
History
Date User Action Args
2013-07-29 15:20:38barrysetrecipients: + barry, georg.brandl, pitrou
2013-07-29 15:20:38barrylinkissue18585 messages
2013-07-29 15:20:38barrycreate