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: unicodedata for Unicode 13.0.0
Type: enhancement Stage: resolved
Components: Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List:
Priority: normal Keywords: patch

Created on 2020-03-10 22:52 by zufuliu, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18910 merged benjamin.peterson, 2020-03-11 02:15
PR 18913 merged benjamin.peterson, 2020-03-11 03:58
Messages (5)
msg363859 - (view) Author: Zufu Liu (zufuliu) Date: 2020-03-10 22:52
Unicode 13.0.0 was released on March 10.
https://www.unicode.org/versions/latest/
http://www.unicode.org/versions/Unicode13.0.0/
msg363879 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2020-03-11 03:41
New changeset 051b9d08d1e6a8b1022a2bd9166be51c0b152698 by Benjamin Peterson in branch 'master':
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
https://github.com/python/cpython/commit/051b9d08d1e6a8b1022a2bd9166be51c0b152698
msg363880 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2020-03-11 04:18
New changeset c77aa2d60b420747886f4258cf159bdbb7354100 by Benjamin Peterson in branch 'master':
bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)
https://github.com/python/cpython/commit/c77aa2d60b420747886f4258cf159bdbb7354100
msg363906 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-03-11 11:47
Well done. I got 75 emails from buildbots :-D
msg363929 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2020-03-11 15:13
If it makes you feel better, I got them, too.
History
Date User Action Args
2022-04-11 14:59:27adminsetgithub: 84107
2021-11-04 14:25:42eryksunsetmessages: - msg405697
2021-11-04 14:25:29eryksunsetcomponents: - Argument Clinic
2021-11-04 14:25:18eryksunsetnosy: - larry, ahmedsayeed1982

versions: + Python 3.9, - Python 3.7
2021-11-04 12:10:10ahmedsayeed1982setversions: + Python 3.7, - Python 3.9
nosy: + ahmedsayeed1982, larry, - vstinner, benjamin.peterson, zufuliu

messages: + msg405697

components: + Argument Clinic
2020-03-11 15:13:00benjamin.petersonsetmessages: + msg363929
2020-03-11 11:47:10vstinnersetnosy: + vstinner
messages: + msg363906
2020-03-11 04:18:37benjamin.petersonsetmessages: + msg363880
2020-03-11 03:58:33benjamin.petersonsetpull_requests: + pull_request18267
2020-03-11 03:41:38benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg363879

stage: patch review -> resolved
2020-03-11 02:15:31benjamin.petersonsetkeywords: + patch
nosy: + benjamin.peterson

pull_requests: + pull_request18265
stage: patch review
2020-03-10 22:52:02zufuliucreate