diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -251,6 +251,7 @@ Michael Hudson Jim Hugunin Greg Humphreys Jeremy Hylton +Juan David Ibáñez Palomar Tony Ingraldi John Interrante Ben Jackson @@ -577,7 +577,8 @@ Library - gettext.translation has an optional fallback argument, and gettext.find an optional all argument. Translations will now fallback - on a per-message basis. + on a per-message basis. The module supports plural forms, by means + of gettext.[d]ngettext and Translation.[u]ngettext. - distutils bdist commands now offer a --skip-build option. |