Message 101121 - Python tracker (original) (raw)

Message101121

Author lemburg
Recipients ezio.melotti, flox, lemburg
Date 2010-03-15.16:22:20
SpamBayes Score 4.7177637e-06
Marked as misclassified No
Message-id 4B9E5EBA.3080601@egenix.com
In-reply-to 1268662531.25.0.925207607635.issue8024@psf.upfronthosting.co.za
Content
Florent Xicluna wrote: > > Florent Xicluna <florent.xicluna@gmail.com> added the comment: > > 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. So the Unicode database format itself has not changed ?
History
Date User Action Args
2010-03-15 16:22:22 lemburg set recipients: + lemburg, ezio.melotti, flox
2010-03-15 16:22:20 lemburg link issue8024 messages
2010-03-15 16:22:20 lemburg create