Mercurial > babel > old > mirror
comparison ChangeLog @ 416:f03cc3bed4e1
fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode
usage. still has a few, unimportant failing tests
author | pjenvey |
---|---|
date | Wed, 08 Oct 2008 22:42:55 +0000 |
parents | 86b8fe7b83dc |
children | 08e2d18163d9 |
comparison
equal
deleted
inserted
replaced
413:a0fdc4c4a169 | 416:f03cc3bed4e1 |
---|---|
3 (???, from branches/stable/1.0.x) | 3 (???, from branches/stable/1.0.x) |
4 | 4 |
5 * Added support for the locale plural rules defined by the CLDR. | 5 * Added support for the locale plural rules defined by the CLDR. |
6 * Added `format_timedelta` function to support localized formatting of | 6 * Added `format_timedelta` function to support localized formatting of |
7 relative times with strings such as "2 days" or "1 month" (ticket #126). | 7 relative times with strings such as "2 days" or "1 month" (ticket #126). |
8 * Fixed Python 2.3 compatibility (ticket #146). | |
8 | 9 |
9 | 10 |
10 Version 0.9.4 | 11 Version 0.9.4 |
11 http://svn.edgewall.org/repos/babel/tags/0.9.4/ | 12 http://svn.edgewall.org/repos/babel/tags/0.9.4/ |
12 (Aug 25 2008, from branches/stable/0.9.x) | 13 (Aug 25 2008, from branches/stable/0.9.x) |