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.

Author flox
Recipients ezio.melotti, flox, lemburg
Date 2010-03-15.14:15:29
SpamBayes Score 5.157046e-06
Marked as misclassified No
Message-id <1268662531.25.0.925207607635.issue8024@psf.upfronthosting.co.za>
In-reply-to
Content
It is just a matter of running "makeunicodedata" affter changing "5.1" -> "5.2".

It generates the 3 db files:
 * Modules/unicodedata_db.h
 * Modules/unicodename_db.h
 * Objects/unicodetype_db.h

Then you adjust the "expectedchecksum" in "Lib/test/test_unicodedata.py".

I use UCD 5.2 since January, and everything works fine.
History
Date User Action Args
2010-03-15 14:15:31floxsetrecipients: + flox, lemburg, ezio.melotti
2010-03-15 14:15:31floxsetmessageid: <1268662531.25.0.925207607635.issue8024@psf.upfronthosting.co.za>
2010-03-15 14:15:29floxlinkissue8024 messages
2010-03-15 14:15:29floxcreate