]> granicus.if.org Git - python/commit
Merged revisions 79494,79496 via svnmerge from
authorFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 30 Mar 2010 19:34:18 +0000 (19:34 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 30 Mar 2010 19:34:18 +0000 (19:34 +0000)
commit806d8cf0e8056726580e210e1dea960d6e77c910
treeed95ffd06d353ecdffdbdacba271d5dda71f80aa
parent364129ef5a806bf919b5d321206cc1b72aed7272
Merged revisions 79494,79496 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79494 | florent.xicluna | 2010-03-30 10:24:06 +0200 (mar, 30 mar 2010) | 2 lines

  #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14.
........
  r79496 | florent.xicluna | 2010-03-30 18:29:03 +0200 (mar, 30 mar 2010) | 2 lines

  Highlight the change of behavior related to r79494.  Now VT and FF are linebreaks.
........
Lib/test/test_unicodedata.py
Misc/NEWS
Objects/unicodeobject.c
Objects/unicodetype_db.h
Tools/unicode/makeunicodedata.py