Patch #633547: Support plural forms. Do TODOs in test suite.
diff --git a/Misc/NEWS b/Misc/NEWS
index 365be5e..9fcd57e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -577,7 +577,8 @@
 
 - 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.