diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-09-01 23:37:56 +0200 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-09-01 23:37:56 +0200 |
| commit | 3c115835bc766964c0fb33fb0636538030c03135 (patch) | |
| tree | 6030112b100ead713b25d0225ecc77c12e37a8a5 | |
| parent | 8cd4035750552f84c14fd0d799aa848c643aae77 (diff) | |
| download | python-setuptools-git-3c115835bc766964c0fb33fb0636538030c03135.tar.gz | |
Fix typo (was build) and remove redundancy in docstring
| -rw-r--r-- | tests/support.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/support.py b/tests/support.py index 44fcd6b7..d77bbee3 100644 --- a/tests/support.py +++ b/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<blah>.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<blah>.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 |
