From: Florent Xicluna Date: Tue, 30 Mar 2010 16:29:03 +0000 (+0000) Subject: Highlight the change of behavior related to r79494. Now VT and FF are linebreaks. X-Git-Tag: v2.7b1~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58b6566b0afe561249d4ae910936b14483e81338;p=python Highlight the change of behavior related to r79494. Now VT and FF are linebreaks. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0105bc3491..954b8ac98d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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