diff options
author | Georg Brandl <georg@python.org> | 2006-01-20 13:38:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-20 13:38:41 (GMT) |
commit | 950697c8af87530fbdb0105a3ee5a79e8d275706 (patch) | |
tree | 17aba59f4bcc18734d5cc9267e85928110f7b143 | |
parent | 3b3e481e0cdcd57da492d71a46e050508e637b37 (diff) | |
download | cpython-950697c8af87530fbdb0105a3ee5a79e8d275706.zip cpython-950697c8af87530fbdb0105a3ee5a79e8d275706.tar.gz cpython-950697c8af87530fbdb0105a3ee5a79e8d275706.tar.bz2 |
Readd bug report note.
-rw-r--r-- | Lib/locale.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/locale.py b/Lib/locale.py index f1498eb..ac8f3be 100644 --- a/Lib/locale.py +++ b/Lib/locale.py @@ -667,6 +667,12 @@ locale_alias = { # http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_238z.asp # to include every locale up to Windows XP. # +# 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 = { 0x0436: "af_ZA", # Afrikaans |