diff ChangeLog @ 549:423bb50cb8af

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 f627cb879dc3
children 0dfd0e34f608
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
Copyright (C) 2012-2017 Edgewall Software