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: updating unicodedata to Unicode 6
Type: enhancement Stage:
Components: Unicode Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, vbr
Priority: normal Keywords:

Created on 2010-11-12 20:22 by vbr, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg121070 - (view) Author: Vlastimil Brom (vbr) Date: 2010-11-12 20:22
I'd like to suggest updating the unicodedata module according to the recent Unicode standard 6.0
http://www.unicode.org/versions/Unicode6.0.0/
I'm sorry to bother, in case this is planned automatically, I just wasn't able to find the respective information.
Would it be possible to apply such update also for the upcomming python 2.7.1, or are there some showstoppers/incompatibilities... with regard to the new unicode version?
  regards,
      vbr
msg121071 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-11-12 20:30
The database had been updated already in r85371. Backporting this change to maintenance branches is not allowed by policy.
msg121077 - (view) Author: Vlastimil Brom (vbr) Date: 2010-11-12 21:02
Thanks for the clarification;
I obviously looked in an inappropriate branch before.
Sorry for the noise...
vbr
History
Date User Action Args
2022-04-11 14:57:08adminsetgithub: 54609
2010-11-12 21:02:05vbrsetmessages: + msg121077
2010-11-12 20:30:00loewissetstatus: open -> closed

nosy: + loewis
messages: + msg121071

resolution: fixed
2010-11-12 20:22:53vbrcreate