[Python-checkins] r42106 - python/trunk/Lib/locale.py

georg.brandl python-checkins at python.org
Fri Jan 20 14:38:27 CET 2006


Author: georg.brandl
Date: Fri Jan 20 14:38:26 2006
New Revision: 42106

Modified:
   python/trunk/Lib/locale.py
Log:
Readd bug report note.



Modified: python/trunk/Lib/locale.py
==============================================================================
--- python/trunk/Lib/locale.py	(original)
+++ python/trunk/Lib/locale.py	Fri Jan 20 14:38:26 2006
@@ -1216,6 +1216,12 @@
 # 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


More information about the Python-checkins mailing list