[issue12855] linebreak sequences should be better documented

Martin Panter report at bugs.python.org
Fri Feb 20 03:05:25 CET 2015


Martin Panter added the comment:

Posting linebreakdoc.v3.py3.5.patch:

* Rebased onto recent “default” (3.5) branch
* Add missing 1C–1E codes
* Dropped reference to “universal newlines”, since that only handles CRs and LFs as I understand it

The newlines are already tested by test_unicodedata.UnicodeMiscTest.test_linebreak_7643() when the VT and FF codes were added in Issue 7643.

----------
Added file: http://bugs.python.org/file38179/linebreakdoc.v3.py3.5.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12855>
_______________________________________


More information about the Python-bugs-list mailing list