Mercurial > babel > old > mirror
diff ChangeLog @ 551:632b2338e6dd
use cPickle instead of pickle for better performance (fixes #225)
import_cldr on my system was about 20% faster with this patch (13.9 sec vs. 16.9 sec)
author | fschwarz |
---|---|
date | Sun, 20 Mar 2011 06:01:11 +0000 |
parents | 4bdbc32c5b64 |
children | 19965213e0ed |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,7 @@ * Fix so frontend.CommandLineInterface.run does not accumulate logging handlers (#227, reported with initial patch by dfraser) * Fix exception if environment contains an invalid locale setting (#200) + * use cPickle instead of pickle for better performance (#225) Version 0.9.6