Issue 33778: update Unicode database to 11.0 (original) (raw)

Created on 2018-06-06 03:10 by benjamin.peterson, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7439 merged benjamin.peterson,2018-06-06 03:28
PR 7470 merged miss-islington,2018-06-07 07:11
PR 7480 merged benjamin.peterson,2018-06-07 14:15
PR 7482 merged miss-islington,2018-06-07 14:22
Messages (10)
msg318799 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2018-06-06 03:10
http://blog.unicode.org/2018/06/announcing-unicode-standard-version-110.html
msg318802 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-06-06 08:46
Benjamin: would you mind to explain how to update Unicode in Python? I would like to document it, if you are not available for example, or don't want to do it anymore. I'm asking for my general idea of having at least two maintainers per "CPython maintenance task": http://vstinner.readthedocs.io/cpython_tasks.html
msg318878 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2018-06-07 03:14
New changeset 7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58 by Benjamin Peterson in branch 'master': update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) https://github.com/python/cpython/commit/7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58
msg318879 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2018-06-07 03:14
Sure, where do you think such documentation belongs? On Wed, Jun 6, 2018, at 01:46, STINNER Victor wrote: > > STINNER Victor <vstinner@redhat.com> added the comment: > > Benjamin: would you mind to explain how to update Unicode in Python? I > would like to document it, if you are not available for example, or > don't want to do it anymore. > > I'm asking for my general idea of having at least two maintainers per > "CPython maintenance task": > http://vstinner.readthedocs.io/cpython_tasks.html > > ---------- > > _______________________________________ > Python tracker <report@bugs.python.org> > <https://bugs.python.org/issue33778> > _______________________________________
msg318906 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-06-07 07:36
New changeset 4705ea38c900f068fd262aca02943896d1123544 by Ned Deily (Miss Islington (bot)) in branch '3.7': update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) https://github.com/python/cpython/commit/4705ea38c900f068fd262aca02943896d1123544
msg318907 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-06-07 07:36
Merged for 3.7.0rc1
msg318916 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-06-07 09:03
> Sure, where do you think such documentation belongs? You can start by writing it here. I don't expect that it's a long process, no? Maybe the devguide is the good place?
msg318935 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2018-06-07 14:17
On Thu, Jun 7, 2018, at 02:03, STINNER Victor wrote: > > STINNER Victor <vstinner@redhat.com> added the comment: > > > Sure, where do you think such documentation belongs? > > You can start by writing it here. Basically, I update the version in the script (Tools/unicode/makeunicodedata.py), run it, and fix what fails.
msg318939 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2018-06-07 14:21
New changeset 34b734699b19d826f861b604dd77e82beed95f17 by Benjamin Peterson in branch 'master': update 3.7 whatsnew entry about Unicode version (GH-7480) https://github.com/python/cpython/commit/34b734699b19d826f861b604dd77e82beed95f17
msg318946 - (view) Author: miss-islington (miss-islington) Date: 2018-06-07 14:50
New changeset 942b7ff11add8e701e91e4d24abfb35b480161a3 by Miss Islington (bot) in branch '3.7': update 3.7 whatsnew entry about Unicode version (GH-7480) https://github.com/python/cpython/commit/942b7ff11add8e701e91e4d24abfb35b480161a3
History
Date User Action Args
2022-04-11 14:59:01 admin set github: 77959
2018-06-07 14:50:38 miss-islington set nosy: + miss-islingtonmessages: +
2018-06-07 14:22:40 miss-islington set pull_requests: + <pull%5Frequest7107>
2018-06-07 14:21:31 benjamin.peterson set messages: +
2018-06-07 14:17:32 benjamin.peterson set messages: +
2018-06-07 14:15:47 benjamin.peterson set pull_requests: + <pull%5Frequest7104>
2018-06-07 09:03:26 vstinner set messages: +
2018-06-07 07:36:50 ned.deily set messages: + versions: + Python 3.7
2018-06-07 07:36:24 ned.deily set nosy: + ned.deilymessages: +
2018-06-07 07:11:24 miss-islington set pull_requests: + <pull%5Frequest7093>
2018-06-07 03:14:47 benjamin.peterson set messages: +
2018-06-07 03:14:30 benjamin.peterson set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2018-06-06 08:46:14 vstinner set messages: +
2018-06-06 03:28:09 benjamin.peterson set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest7067>
2018-06-06 03:10:29 benjamin.peterson create