[issue33778] update Unicode database to 11.0

2018-06-07 Thread miss-islington


miss-islington  added the comment:


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


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-07 Thread Benjamin Peterson


Benjamin Peterson  added the comment:


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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-07 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7107

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-07 Thread Benjamin Peterson


Benjamin Peterson  added the comment:

On Thu, Jun 7, 2018, at 02:03, STINNER Victor wrote:
> 
> STINNER Victor  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.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-07 Thread Benjamin Peterson


Change by Benjamin Peterson :


--
pull_requests: +7104

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-07 Thread STINNER Victor


STINNER Victor  added the comment:

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

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-07 Thread Ned Deily


Ned Deily  added the comment:

Merged for 3.7.0rc1

--
versions: +Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-07 Thread Ned Deily


Ned Deily  added the comment:


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


--
nosy: +ned.deily

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-07 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7093

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-06 Thread Benjamin Peterson


Benjamin Peterson  added the comment:

Sure, where do you think such documentation belongs?

On Wed, Jun 6, 2018, at 01:46, STINNER Victor wrote:
> 
> STINNER Victor  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 
> 
> ___

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-06 Thread Benjamin Peterson


Benjamin Peterson  added the comment:


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


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-06 Thread STINNER Victor


STINNER Victor  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-05 Thread Benjamin Peterson


Change by Benjamin Peterson :


--
keywords: +patch
pull_requests: +7067
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33778] update Unicode database to 11.0

2018-06-05 Thread Benjamin Peterson


New submission from Benjamin Peterson :

http://blog.unicode.org/2018/06/announcing-unicode-standard-version-110.html

--
assignee: benjamin.peterson
components: Unicode
messages: 318799
nosy: benjamin.peterson, ezio.melotti, vstinner
priority: normal
severity: normal
status: open
title: update Unicode database to 11.0
type: enhancement
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com