Message 101114 - Python tracker (original) (raw)
Message101114
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:31 | flox | set | recipients: + flox, lemburg, ezio.melotti |
2010-03-15 14:15:31 | flox | set | messageid: 1268662531.25.0.925207607635.issue8024@psf.upfronthosting.co.za |
2010-03-15 14:15:29 | flox | link | issue8024 messages |
2010-03-15 14:15:29 | flox | create |