[Python-checkins] [python/cpython] c49f1e: bpo-30736: upgrade to Unicode 10.0

GitHub noreply at github.com
Fri Jun 23 01:18:50 EDT 2017


  Branch: refs/heads/benjamin-uni-10
  Home:   https://github.com/python/cpython
  Commit: c49f1ebe8fe7db0c0b453ce2283b7857b914e156
      https://github.com/python/cpython/commit/c49f1ebe8fe7db0c0b453ce2283b7857b914e156
  Author: Benjamin Peterson <benjamin at python.org>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M Doc/library/stdtypes.rst
    M Doc/library/unicodedata.rst
    M Doc/reference/lexical_analysis.rst
    M Doc/whatsnew/3.7.rst
    M Lib/test/test_unicodedata.py
    M Misc/NEWS
    M Modules/unicodedata.c
    M Modules/unicodedata_db.h
    M Modules/unicodename_db.h
    M Objects/unicodetype_db.h
    M Tools/unicode/makeunicodedata.py

  Log Message:
  -----------
  bpo-30736: upgrade to Unicode 10.0

Straightforward. While we're at it, though, strip trailing whitespace from generated tables.




More information about the Python-checkins mailing list