]> granicus.if.org Git - python/commitdiff
Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
authorTarek Ziadé <ziade.tarek@gmail.com>
Wed, 29 Apr 2009 08:03:46 +0000 (08:03 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Wed, 29 Apr 2009 08:03:46 +0000 (08:03 +0000)
Lib/distutils/tests/test_config_cmd.py
Misc/NEWS

index 1e6ebfacf57db04180b3c2948c7e19b3f3d92b18..bacf13a2914b679e60859adf7a3118dcfb6719ef 100644 (file)
@@ -46,7 +46,7 @@ class ConfigTestCase(support.LoggingSilencer,
         match = cmd.search_cpp(pattern='xxx', body='// xxx')
         self.assertEquals(match, 0)
 
-        match = cmd.search_cpp(pattern='command', body='// xxx')
+        match = cmd.search_cpp(pattern='_configtest', body='// xxx')
         self.assertEquals(match, 1)
 
     def test_finalize_options(self):
index 6fdc253b15c2d433610b8d5fbfb23964ac66a280..efd57d463226326254061da67e2819641613cfa2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -255,6 +255,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #5874: distutils.tests.test_config_cmd is not locale-sensitive 
+  anymore.
+
 - Issue #4305: ctypes should now build again on mipsel-linux-gnu
 
 - Issue #1734234: Massively speedup ``unicodedata.normalize()`` when the