Mercurial > babel > old > mirror
comparison ChangeLog @ 499:cbe893a707e4
Prevent multiple handlers being attached to the same logger.
Issue: #227
Submitted by: dfraser
author | jruigrok |
---|---|
date | Tue, 22 Feb 2011 14:30:22 +0000 |
parents | 6002c8e21ed5 |
children | c3fb31644920 |
comparison
equal
deleted
inserted
replaced
498:c024900ae605 | 499:cbe893a707e4 |
---|---|
24 * Explicitly sort instead of using sorted() and don't assume ordering | 24 * Explicitly sort instead of using sorted() and don't assume ordering |
25 (Jython compatibility). | 25 (Jython compatibility). |
26 * Removed ValueError raising for string formatting message checkers if the | 26 * Removed ValueError raising for string formatting message checkers if the |
27 string does not contain any string formattings (ticket #150). | 27 string does not contain any string formattings (ticket #150). |
28 * Fix Serbian plural forms (ticket #213). | 28 * Fix Serbian plural forms (ticket #213). |
29 * Prevent multiple handlers being added to the same logger (ticket #227). | |
29 | 30 |
30 | 31 |
31 Version 0.9.6 | 32 Version 0.9.6 |
32 http://svn.edgewall.org/repos/babel/tags/0.9.6/ | 33 http://svn.edgewall.org/repos/babel/tags/0.9.6/ |
33 (? ? 2010, from branches/stable/0.9.x) | 34 (? ? 2010, from branches/stable/0.9.x) |