Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Unicode 10.0 #74921

Closed
stevendaprano opened this issue Jun 22, 2017 · 4 comments
Closed

Support Unicode 10.0 #74921

stevendaprano opened this issue Jun 22, 2017 · 4 comments
Labels
3.7 (EOL) end of life topic-unicode type-feature A feature request or enhancement

Comments

@stevendaprano
Copy link
Member

BPO 30736
Nosy @malemburg, @rhettinger, @vstinner, @benjaminp, @ezio-melotti, @stevendaprano
PRs
  • bpo-30736: upgrade to Unicode 10.0 #2344
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2017-06-23.05:31:56.498>
    created_at = <Date 2017-06-22.13:46:00.812>
    labels = ['type-feature', '3.7', 'expert-unicode']
    title = 'Support Unicode 10.0'
    updated_at = <Date 2017-06-23.05:31:56.497>
    user = 'https://github.com/stevendaprano'

    bugs.python.org fields:

    activity = <Date 2017-06-23.05:31:56.497>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-06-23.05:31:56.498>
    closer = 'benjamin.peterson'
    components = ['Unicode']
    creation = <Date 2017-06-22.13:46:00.812>
    creator = 'steven.daprano'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30736
    keywords = []
    message_count = 4.0
    messages = ['296630', '296633', '296654', '296679']
    nosy_count = 7.0
    nosy_names = ['lemburg', 'rhettinger', 'vstinner', 'benjamin.peterson', 'ezio.melotti', 'mrabarnett', 'steven.daprano']
    pr_nums = ['2344']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue30736'
    versions = ['Python 3.7']

    @stevendaprano
    Copy link
    Member Author

    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?)

    @stevendaprano stevendaprano added 3.7 (EOL) end of life type-feature A feature request or enhancement labels Jun 22, 2017
    @rhettinger
    Copy link
    Contributor

    +1

    @mrabarnett
    Copy link
    Mannequin

    mrabarnett mannequin commented Jun 22, 2017

    @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'

    @benjaminp
    Copy link
    Contributor

    New changeset 279a962 by Benjamin Peterson in branch 'master':
    bpo-30736: upgrade to Unicode 10.0 (bpo-2344)
    279a962

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life topic-unicode type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants