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 iritkatriel
Recipients georg.brandl, iritkatriel, maubp, serhiy.storchaka
Date 2020-10-16.17:29:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602869374.87.0.324491959297.issue28660@roundup.psfhosted.org>
In-reply-to
Content
Actually I see what Serhiy meant about the hyphen algorithm - the regex breaking up words. Yes, this is applied to long words and the reason he stated for this issue is correct.

It is probably possible to make that regex understand width and long-words, but it would be more complicated and will need to be recalculated for each width. I think long words are not the typical input, so it's better to handle them separately and keep the rest simple.
History
Date User Action Args
2020-10-16 17:29:34iritkatrielsetrecipients: + iritkatriel, georg.brandl, maubp, serhiy.storchaka
2020-10-16 17:29:34iritkatrielsetmessageid: <1602869374.87.0.324491959297.issue28660@roundup.psfhosted.org>
2020-10-16 17:29:34iritkatriellinkissue28660 messages
2020-10-16 17:29:34iritkatrielcreate