comparison ChangeLog @ 596:f63a07d648b6 trunk

add babel.support.NullTranslations class similar to gettext.NullTranslations but with all of Babel's new *gettext methods (#277)
author fschwarz
date Mon, 20 Aug 2012 19:21:22 +0000
parents 5ba68e40d1d0
children e61e27d9347d
comparison
equal deleted inserted replaced
595:57a08cc52623 596:f63a07d648b6
50 * modified Locale.__eq__ method so Locales are only equal if all of their 50 * modified Locale.__eq__ method so Locales are only equal if all of their
51 attributes (language, territory, script, variant) are equal 51 attributes (language, territory, script, variant) are equal
52 * resort to hard-coded message extractors/checkers if pkg_resources is 52 * resort to hard-coded message extractors/checkers if pkg_resources is
53 installed but no egg-info was found (#230) 53 installed but no egg-info was found (#230)
54 * format_time() and format_datetime() now accept also floats (#242) 54 * format_time() and format_datetime() now accept also floats (#242)
55 * add babel.support.NullTranslations class similar to gettext.NullTranslations
56 but with all of Babel's new *gettext methods (#277)
55 57
56 58
57 Version 0.9.6 59 Version 0.9.6
58 http://svn.edgewall.org/repos/babel/tags/0.9.6/ 60 http://svn.edgewall.org/repos/babel/tags/0.9.6/
59 (Mar 17 2011, from branches/stable/0.9.x) 61 (Mar 17 2011, from branches/stable/0.9.x)
Copyright (C) 2012-2017 Edgewall Software