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, ezio.melotti, georg.brandl, pitrou, vajrasky
Date 2013-07-30.09:34:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375176869.9.0.604748899574.issue18585@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, sorry, I was mistaken. There is no bug actually here:

>>> textwrap.summarize('hello      world!', width=10)
'(...)'

'hello (...)' cannot be the right answer since its len() is 11, greater than 10.
History
Date User Action Args
2013-07-30 09:34:29pitrousetrecipients: + pitrou, barry, georg.brandl, ezio.melotti, vajrasky
2013-07-30 09:34:29pitrousetmessageid: <1375176869.9.0.604748899574.issue18585@psf.upfronthosting.co.za>
2013-07-30 09:34:29pitroulinkissue18585 messages
2013-07-30 09:34:29pitroucreate