comparison ChangeLog @ 557:4e561e6411ba trunk

Only use bankers round algorithm as a tie breaker if there are two nearest numbers, round as usual if there is only one nearest number (#267, patch by Martin)
author fschwarz
date Tue, 30 Aug 2011 20:53:33 +0000
parents e3b628dc55b9
children 8831b754f81e
comparison
equal deleted inserted replaced
556:aa53048ad7ac 557:4e561e6411ba
29 * Small speed improvement in format_date() (ticket #216). 29 * Small speed improvement in format_date() (ticket #216).
30 * Fix so frontend.CommandLineInterface.run does not accumulate logging 30 * Fix so frontend.CommandLineInterface.run does not accumulate logging
31 handlers (#227, reported with initial patch by dfraser) 31 handlers (#227, reported with initial patch by dfraser)
32 * Fix exception if environment contains an invalid locale setting (#200) 32 * Fix exception if environment contains an invalid locale setting (#200)
33 * use cPickle instead of pickle for better performance (#225) 33 * use cPickle instead of pickle for better performance (#225)
34 * Only use bankers round algorithm as a tie breaker if there are two nearest
35 numbers, round as usual if there is only one nearest number (#267, patch by
36 Martin)
34 37
35 38
36 Version 0.9.6 39 Version 0.9.6
37 http://svn.edgewall.org/repos/babel/tags/0.9.6/ 40 http://svn.edgewall.org/repos/babel/tags/0.9.6/
38 (Mar 17 2011, from branches/stable/0.9.x) 41 (Mar 17 2011, from branches/stable/0.9.x)
Copyright (C) 2012-2017 Edgewall Software