STINNER Victor added the comment:

Python doesn't make politic :-) Python implements Unicode standard. Python 3.7 
currently uses Unicode 10.0:

haypo@selma$ ./python
Python 3.7.0a0 (heads/master:b903067, Jun 30 2017, 11:49:25) 
>>> unicodedata.unidata_version
'10.0.0'

It seems like Unicode 10 still uses "SS":

>>> 'ß'.upper()
'SS'

The German government has to change the Unicode standard :-) Please report this 
"bug" to the Unicode standard :-) So I closes this issue as "third party.

----------
nosy: +haypo
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30810>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to