summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-01-11 06:33:28 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-01-11 06:33:28 (GMT)
commit1be641987145f88d61e52d5b4714a8cc6c7e6da8 (patch)
tree7a06c20958da4b357e9a4d8f0cc8e4e3944c8f52 /Misc
parent57f61fb80bbee08af3a24594c0cae56c855968f7 (diff)
downloadcpython-1be641987145f88d61e52d5b4714a8cc6c7e6da8.zip
cpython-1be641987145f88d61e52d5b4714a8cc6c7e6da8.tar.gz
cpython-1be641987145f88d61e52d5b4714a8cc6c7e6da8.tar.bz2
Add fallback argument to translation(). Request fallbacks on install.
Fixes #500595.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fd552ed..cc81150 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Library
arbitrary shell code can't be executed because a bogus URL was
passed in.
+- gettext.translation has an optional fallback argument.
+
Tools/Demos
Build