[Python-checkins] r79496 - python/trunk/Misc/NEWS

florent.xicluna python-checkins at python.org
Tue Mar 30 18:29:03 CEST 2010


Author: florent.xicluna
Date: Tue Mar 30 18:29:03 2010
New Revision: 79496

Log:
Highlight the change of behavior related to r79494.  Now VT and FF are linebreaks.


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Mar 30 18:29:03 2010
@@ -32,8 +32,9 @@
 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


More information about the Python-checkins mailing list