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 serhiy.storchaka
Recipients barry, ezio.melotti, georg.brandl, pitrou, python-dev, r.david.murray, serhiy.storchaka, steven.daprano, vajrasky
Date 2013-09-13.07:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379058467.41.0.793726675027.issue18725@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch. It get rid of TextWrap.shorten() because TextWrap.fill() supersedes it and because "placeholder" now a parameter of TextWrap. Module level shorten() is left but I doubt about it.
History
Date User Action Args
2013-09-13 07:47:47serhiy.storchakasetrecipients: + serhiy.storchaka, barry, georg.brandl, pitrou, ezio.melotti, steven.daprano, r.david.murray, python-dev, vajrasky
2013-09-13 07:47:47serhiy.storchakasetmessageid: <1379058467.41.0.793726675027.issue18725@psf.upfronthosting.co.za>
2013-09-13 07:47:47serhiy.storchakalinkissue18725 messages
2013-09-13 07:47:47serhiy.storchakacreate