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 georg.brandl, inkerman, pitrou, r.david.murray, roippi, serhiy.storchaka
Date 2014-11-13.18:18:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415902703.01.0.412835663607.issue22687@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you David. If splitting single letter surrounded with hyphens is desirable, here is more complicated patch which does this. It deviates from original code more, but it doesn't look break any reasonable example.

> The textwrap behaviour is underspecified so it's not ok to assume that previous behaviour was obviously buggy.

Aren't ['this-', 'is-a', '-useful-', 'feature'] and ['what-d', "'you-", 'call-', 'it.'] obvious bugs?
History
Date User Action Args
2014-11-13 18:18:23serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, r.david.murray, roippi, inkerman
2014-11-13 18:18:23serhiy.storchakasetmessageid: <1415902703.01.0.412835663607.issue22687@psf.upfronthosting.co.za>
2014-11-13 18:18:22serhiy.storchakalinkissue22687 messages
2014-11-13 18:18:22serhiy.storchakacreate