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.13:55:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375106130.94.0.876254704259.issue18585@psf.upfronthosting.co.za>
In-reply-to
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...'
History
Date User Action Args
2013-07-29 13:55:30pitrousetrecipients: + pitrou, barry, georg.brandl
2013-07-29 13:55:30pitrousetmessageid: <1375106130.94.0.876254704259.issue18585@psf.upfronthosting.co.za>
2013-07-29 13:55:30pitroulinkissue18585 messages
2013-07-29 13:55:30pitroucreate