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.

classification
Title: Update to Unicode 12.1.0
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: benjamin.peterson Nosy List: benjamin.peterson
Priority: normal Keywords: patch

Created on 2019-05-09 02:50 by benjamin.peterson, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13214 merged benjamin.peterson, 2019-05-09 03:44
Messages (2)
msg341954 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2019-05-09 02:50
A minor release of Unicode 12 has been issued to pick up the Reiwa ligature: http://blog.unicode.org/2019/05/unicode-12-1-en.html

We're already using Unicode 12.0.0, so this is will be a very minor upgrade.
msg341960 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2019-05-09 03:59
New changeset 3aca40d3cb4b9b6741cf3073d71fbfc682cab96d by Benjamin Peterson in branch 'master':
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
https://github.com/python/cpython/commit/3aca40d3cb4b9b6741cf3073d71fbfc682cab96d
History
Date User Action Args
2022-04-11 14:59:14adminsetgithub: 81042
2019-05-09 03:59:38benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg341960

stage: patch review -> resolved
2019-05-09 03:44:57benjamin.petersonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request13125
2019-05-09 02:50:38benjamin.petersoncreate