diff options
author | Georg Brandl <georg@python.org> | 2006-01-20 13:38:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-20 13:38:26 (GMT) |
commit | 5035c1c55704f83b65aa9e12578ab0a0805e9de3 (patch) | |
tree | d299fbe16db76b4607136e5a43c17eb319bb6266 | |
parent | 8cb307728eb8e7a9712500e350cd10b1f68256c3 (diff) | |
download | cpython-5035c1c55704f83b65aa9e12578ab0a0805e9de3.zip cpython-5035c1c55704f83b65aa9e12578ab0a0805e9de3.tar.gz cpython-5035c1c55704f83b65aa9e12578ab0a0805e9de3.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 7f990a7..dffb6cb 100644 --- a/Lib/locale.py +++ b/Lib/locale.py @@ -1216,6 +1216,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 |