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 ezio.melotti, pitrou, vajrasky
Date 2013-08-13.09:24:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376385847.79.0.537169970384.issue18723@psf.upfronthosting.co.za>
In-reply-to
Content
Correcting myself:

> i.e. it should not affect the placeholder's own spaces.

... except for leading whitespace in case the placeholder ends up alone in the result.
i.e. shorten("somethingtoolong") should return "(...)", not " (...)".
History
Date User Action Args
2013-08-13 09:24:07pitrousetrecipients: + pitrou, ezio.melotti, vajrasky
2013-08-13 09:24:07pitrousetmessageid: <1376385847.79.0.537169970384.issue18723@psf.upfronthosting.co.za>
2013-08-13 09:24:07pitroulinkissue18723 messages
2013-08-13 09:24:07pitroucreate