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 pitrou
Recipients barry, georg.brandl, pitrou
Date 2013-07-29.15:34:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1055608903.29793397.1375112071821.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <20130729112033.6eafab9c@anarchist>
Content
> >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?

Yeah.
(of course, another default could be used)
History
Date User Action Args
2013-07-29 15:34:38pitrousetrecipients: + pitrou, barry, georg.brandl
2013-07-29 15:34:37pitroulinkissue18585 messages
2013-07-29 15:34:37pitroucreate