summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_site.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_site.py')
-rw-r--r--Lib/test/test_site.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py
index 41fa7b1..d260603 100644
--- a/Lib/test/test_site.py
+++ b/Lib/test/test_site.py
@@ -434,6 +434,8 @@ class StartupImportTests(unittest.TestCase):
re_mods = {'re', '_sre', 'sre_compile', 'sre_constants', 'sre_parse'}
self.assertFalse(modules.intersection(re_mods))
+ self.assertNotIn('locale', modules)
+
if __name__ == "__main__":
unittest.main()