diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-30 16:29:03 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-30 16:29:03 (GMT) |
commit | 58b6566b0afe561249d4ae910936b14483e81338 (patch) | |
tree | 8678ed638d61a78d6273593c6ad48770f8d8f906 /Misc/NEWS | |
parent | 22b243809eea5f4f504f9a7ac157539adde6b3f7 (diff) | |
download | cpython-58b6566b0afe561249d4ae910936b14483e81338.zip cpython-58b6566b0afe561249d4ae910936b14483e81338.tar.gz cpython-58b6566b0afe561249d4ae910936b14483e81338.tar.bz2 |
Highlight the change of behavior related to r79494. Now VT and FF are linebreaks.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -32,8 +32,9 @@ Core and Builtins Library ------- -- Issue #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks - according to Unicode Standard Annex #14. +- Backwards incompatible change: Unicode codepoints line tabulation (0x0B) and + form feed (0x0C) are now considered linebreaks, as specified in Unicode + Standard Annex #14. See issue #7643. http://www.unicode.org/reports/tr14/ - Comparisons using one of <, <=, >, >= between a complex instance and |