[issue30736] Support Unicode 10.0

2017-06-22 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue30736] Support Unicode 10.0

2017-06-22 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 279a96206f3118a482d10826a1e32b272db4505d by Benjamin Peterson in branch 'master': bpo-30736: upgrade to Unicode 10.0 (#2344) https://github.com/python/cpython/commit/279a96206f3118a482d10826a1e32b272db4505d --

[issue30736] Support Unicode 10.0

2017-06-22 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- pull_requests: +2388 ___ Python tracker ___ ___

[issue30736] Support Unicode 10.0

2017-06-22 Thread Matthew Barnett
Matthew Barnett added the comment: @Steven: Python 3.6 supports Unicode 9. Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import unicodedata >>> unicodedata.unidata_version

[issue30736] Support Unicode 10.0

2017-06-22 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list

[issue30736] Support Unicode 10.0

2017-06-22 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Unicode nosy: +benjamin.peterson, ezio.melotti, haypo, lemburg stage: -> needs patch ___ Python tracker

[issue30736] Support Unicode 10.0

2017-06-22 Thread Steven D'Aprano
New submission from Steven D'Aprano: Unicode 10.0 is now finalized: http://blog.unicode.org/2017/06/announcing-unicode-standard-version-100.html It would be good if Python 3.7 would support it. (I think that Python currently supports Unicode 8?) -- messages: 296630 nosy: