Make test__locale pass.  Stupid bug in the original code: used 'is' for '=='.
diff --git a/Lib/test/test__locale.py b/Lib/test/test__locale.py
index ec59d71..69fc625 100644
--- a/Lib/test/test__locale.py
+++ b/Lib/test/test__locale.py
@@ -45,7 +45,7 @@
         except Error:
             set_locale = "<not able to determine>"
         known_value = known_numerics.get(used_locale,
-                                    ('', ''))[data_type is 'thousands_sep']
+                                    ('', ''))[data_type == 'thousands_sep']
         if known_value and calc_value:
             self.assertEquals(calc_value, known_value,
                                 self.lc_numeric_err_msg % (