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 georg.brandl, inkerman, pitrou, roippi, serhiy.storchaka
Date 2014-11-13.15:23:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415892183.04.0.416428933425.issue22687@psf.upfronthosting.co.za>
In-reply-to
Content
> This is old rule. \w{2,}-(?=\w{2,} -- single letter shouldn't be separated.

I don't agree. This was an implementation detail. There was no test, and it wasn't specified anywhere.
If you think single letter shouldn't be separated, there should be some grammatical or typographical reference on the Internet to prove it.

> There were attempts to fix this bug in issue596434 and issue965425 

Those don't seem related to single letters between hyphens.

> But found solution doesn't require 3.5-only features, doesn't change interface, and fixes performance and behavior bugs.

It does change behaviour in ways that could break existing code. The textwrap behaviour is underspecified so it's not ok to assume that previous behaviour was obviously buggy.
History
Date User Action Args
2014-11-13 15:23:03pitrousetrecipients: + pitrou, georg.brandl, serhiy.storchaka, roippi, inkerman
2014-11-13 15:23:03pitrousetmessageid: <1415892183.04.0.416428933425.issue22687@psf.upfronthosting.co.za>
2014-11-13 15:23:03pitroulinkissue22687 messages
2014-11-13 15:23:02pitroucreate