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 Mariatta, benjamin.peterson, dbudinova, eric.araujo, ezio.melotti, georg.brandl, joebauer, kunkku, lemburg, loewis, maatt, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2016-10-05.07:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475653161.41.0.107657603419.issue20491@psf.upfronthosting.co.za>
In-reply-to
Content
The code of the textwrap module was changed since publishing the last patch. Proposed patch resolves conflicts and addresses Eric's comments.

Maybe add breaking Unicode spaces (OGHAM SPACE MARK, EN QUAD, etc) to _whitespace?

I think in future we should implement the Unicode line breaking algorithm [1].

[1] http://www.unicode.org/reports/tr14/
History
Date User Action Args
2016-10-05 07:39:21serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, georg.brandl, pitrou, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, joebauer, kunkku, dbudinova, maatt, Mariatta
2016-10-05 07:39:21serhiy.storchakasetmessageid: <1475653161.41.0.107657603419.issue20491@psf.upfronthosting.co.za>
2016-10-05 07:39:21serhiy.storchakalinkissue20491 messages
2016-10-05 07:39:21serhiy.storchakacreate