summaryrefslogtreecommitdiffstats
path: root/Lib/locale.py
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2002-10-19 20:19:10 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2002-10-19 20:19:10 (GMT)
commit37a09822789d6ee3e6cb4e724f8e59e23b9ec83a (patch)
tree511a0d481c857b71e6225e03f87bdd1a90a4a53d /Lib/locale.py
parenteeb7827cadbd94dc1b3847b408c1472d76f4bb2d (diff)
downloadcpython-37a09822789d6ee3e6cb4e724f8e59e23b9ec83a.zip
cpython-37a09822789d6ee3e6cb4e724f8e59e23b9ec83a.tar.gz
cpython-37a09822789d6ee3e6cb4e724f8e59e23b9ec83a.tar.bz2
point people to the Python bug tracker, rather than to a mail
account I hardly ever use...
Diffstat (limited to 'Lib/locale.py')
-rw-r--r--Lib/locale.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/Lib/locale.py b/Lib/locale.py
index 81190be..9078eed 100644
--- a/Lib/locale.py
+++ b/Lib/locale.py
@@ -190,7 +190,7 @@ def _test():
### Locale name aliasing engine
# Author: Marc-Andre Lemburg, mal@lemburg.com
-# Various tweaks by Fredrik Lundh <effbot@telia.com>
+# Various tweaks by Fredrik Lundh <fredrik@pythonware.com>
# store away the low-level version of setlocale (it's
# overridden below)
@@ -623,9 +623,12 @@ locale_alias = {
# this maps windows language identifiers (as used on Windows 95 and
# earlier) to locale strings.
#
-# NOTE: this mapping is incomplete. If your language is missing, send
-# a note with the missing language identifier and the suggested locale
-# code to Fredrik Lundh <effbot@telia.com>. Thanks /F
+# NOTE: this mapping is incomplete. If your language is missing, please
+# submit a bug report to Python bug manager, which you can find via:
+# http://www.python.org/dev/
+# Make sure you include the missing language identifier and the suggested
+# locale code.
+#
windows_locale = {
0x0404: "zh_TW", # Chinese (Taiwan)