summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-21 21:45:32 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-21 21:45:32 (GMT)
commitd899605e30eef8e77f70184eac15fad1bf770586 (patch)
treec82d9d42d30135449d87fa7f761827bb4154c5f3 /Misc
parent21b60147e9d4e6c895b581429d292cb60bcdb5e7 (diff)
downloadcpython-d899605e30eef8e77f70184eac15fad1bf770586.zip
cpython-d899605e30eef8e77f70184eac15fad1bf770586.tar.gz
cpython-d899605e30eef8e77f70184eac15fad1bf770586.tar.bz2
Patch #633547: Support plural forms. Do TODOs in test suite.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 3 insertions, 1 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 5e09c0c..a60e3a4 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -251,6 +251,7 @@ Michael Hudson
Jim Hugunin
Greg Humphreys
Jeremy Hylton
+Juan David Ibáñez Palomar
Tony Ingraldi
John Interrante
Ben Jackson
diff --git a/Misc/NEWS b/Misc/NEWS
index 365be5e..9fcd57e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.