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, roippi, serhiy.storchaka
Date 2014-11-12.11:06:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2468972.v3zeg8pcLy@raxxla>
In-reply-to <1415787207.48.0.645602003078.issue22687@psf.upfronthosting.co.za>
Content
Tests are not perfect. But this is intentional design. The part of initial 
regex:

    r'\w{2,}-(?=\w{2,})|'     # hyphenated words

Now it is more complicated. Note '(?=\w{2,})'.
History
Date User Action Args
2014-11-12 11:06:15serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, roippi, inkerman
2014-11-12 11:06:15serhiy.storchakalinkissue22687 messages
2014-11-12 11:06:15serhiy.storchakacreate