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 flox
Recipients Chris.Carter, flox, lemburg
Date 2010-03-19.00:30:58
SpamBayes Score 4.1912794e-05
Marked as misclassified No
Message-id <1268958662.39.0.686646187747.issue7643@psf.upfronthosting.co.za>
In-reply-to
Content
Cleanup committed as r78982

Patch for LineBreak.txt updated after UCD upgrade to 5.2.
See details: http://bugs.python.org/issue7643#msg97483

Tests added to test_unicodedata.

Backward compatibility concern:
 * it adds VT u'\x0b' and FF u'\x0c' as line breaks.

The choice is either to preserve backward compatibility, or to comply with the specification (UAX #14).
History
Date User Action Args
2010-03-19 00:31:02floxsetrecipients: + flox, lemburg, Chris.Carter
2010-03-19 00:31:02floxsetmessageid: <1268958662.39.0.686646187747.issue7643@psf.upfronthosting.co.za>
2010-03-19 00:31:00floxlinkissue7643 messages
2010-03-19 00:31:00floxcreate