summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-01-11 06:58:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-01-11 06:58:49 (GMT)
commita55ffaeee9eb2fba62f280c364b3460fafd9efc9 (patch)
tree331b0e42419b62122394edda64ccee92118a316b /Misc
parent1be641987145f88d61e52d5b4714a8cc6c7e6da8 (diff)
downloadcpython-a55ffaeee9eb2fba62f280c364b3460fafd9efc9.zip
cpython-a55ffaeee9eb2fba62f280c364b3460fafd9efc9.tar.gz
cpython-a55ffaeee9eb2fba62f280c364b3460fafd9efc9.tar.bz2
Add a per-message fallback mechanism for translations.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cc81150..355c926 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,7 +26,9 @@ Library
arbitrary shell code can't be executed because a bogus URL was
passed in.
-- gettext.translation has an optional fallback argument.
+- gettext.translation has an optional fallback argument, and
+ gettext.find an optional all argument. Translations will now fallback
+ on a per-message basis.
Tools/Demos