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 kunkku
Recipients kunkku
Date 2014-02-02.20:46:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391373997.78.0.616228125857.issue20491@psf.upfronthosting.co.za>
In-reply-to
Content
The textwrap module does not distinguish non-breaking space (\xa0) from other whitespace when determining word boundaries.

In the beginning of the module, the _whitespace variable is defined to address this issue but is not used in the regular expressions determining the splitting rules.
History
Date User Action Args
2014-02-02 20:46:37kunkkusetrecipients: + kunkku
2014-02-02 20:46:37kunkkusetmessageid: <1391373997.78.0.616228125857.issue20491@psf.upfronthosting.co.za>
2014-02-02 20:46:37kunkkulinkissue20491 messages
2014-02-02 20:46:37kunkkucreate