From: Éric Araujo Date: Thu, 1 Sep 2011 21:37:56 +0000 (+0200) Subject: Fix typo (was build) and remove redundancy in docstring X-Git-Tag: v3.2.3rc1~591^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=024de54fc234e4ad67d6f9abaef4d70d3cce0785;p=thirdparty%2FPython%2Fcpython.git Fix typo (was build) and remove redundancy in docstring --- diff --git a/Lib/distutils/tests/support.py b/Lib/distutils/tests/support.py index 44fcd6b7d844..d77bbee362f4 100644 --- a/Lib/distutils/tests/support.py +++ b/Lib/distutils/tests/support.py @@ -175,10 +175,9 @@ def _get_xxmodule_path(): def fixup_build_ext(cmd): """Function needed to make build_ext tests pass. - When Python was build with --enable-shared on Unix, -L. is not good - enough to find the libpython.so. This is because regrtest runs - it under a tempdir, not in the top level where the .so lives. By the - time we've gotten here, Python's already been chdir'd to the tempdir. + When Python was built with --enable-shared on Unix, -L. is not enough to + find libpython.so, because regrtest runs in a tempdir, not in the + source directory where the .so lives. When Python was built with in debug mode on Windows, build_ext commands need their debug attribute set, and it is not done automatically for