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.11:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415876417.04.0.905275200865.issue22687@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand:

+        expect = ("this-|is-a-useful-|feature-|for-|"
+                  "reformatting-|posts-|from-|tim-|peters'ly").split('|')
+        self.check_wrap(text, 1, expect, break_long_words=False)
+        self.check_split(text, expect)

Why would "is-a-useful" remain unsplit? It looks like you're making up new rules.
History
Date User Action Args
2014-11-13 11:00:17pitrousetrecipients: + pitrou, georg.brandl, serhiy.storchaka, roippi, inkerman
2014-11-13 11:00:17pitrousetmessageid: <1415876417.04.0.905275200865.issue22687@psf.upfronthosting.co.za>
2014-11-13 11:00:17pitroulinkissue22687 messages
2014-11-13 11:00:16pitroucreate