]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#4731: clarify message about missing module prerequisites.
authorGeorg Brandl <georg@python.org>
Sun, 28 Dec 2008 11:58:49 +0000 (11:58 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 28 Dec 2008 11:58:49 +0000 (11:58 +0000)
setup.py

index a7fe3e4c330dec48618f89a466dc7875c7ca5acf..0948e67538c707689b3c892c28640c98782c97cd 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -215,7 +215,8 @@ class PyBuildExt(build_ext):
 
         if missing:
             print
-            print "Failed to find the necessary bits to build these modules:"
+            print ("Python build finished, but the necessary bits to build "
+                   "these modules were not found:")
             print_three_column(missing)
             print ("To find the necessary bits, look in setup.py in"
                    " detect_modules() for the module's name.")