This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mrabarnett
Recipients benjamin.peterson, ezio.melotti, lemburg, mrabarnett, rhettinger, steven.daprano, vstinner
Date 2017-06-22.20:26:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498163214.0.0.148361476637.issue30736@psf.upfronthosting.co.za>
In-reply-to
Content
@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
'9.0.0'
History
Date User Action Args
2017-06-22 20:26:54mrabarnettsetrecipients: + mrabarnett, lemburg, rhettinger, vstinner, benjamin.peterson, ezio.melotti, steven.daprano
2017-06-22 20:26:54mrabarnettsetmessageid: <1498163214.0.0.148361476637.issue30736@psf.upfronthosting.co.za>
2017-06-22 20:26:53mrabarnettlinkissue30736 messages
2017-06-22 20:26:53mrabarnettcreate