summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-01 22:03:20 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-01 22:03:20 (GMT)
commit793c47a88a8ad3b1e113308fa9cd359fb3819879 (patch)
tree7dfa0fc9d0fa294b1399cba8c6bea56f142aeb36 /Lib/distutils
parentae5af15e418f49bd9ea76b781090c669981bc57d (diff)
parent024de54fc234e4ad67d6f9abaef4d70d3cce0785 (diff)
downloadcpython-793c47a88a8ad3b1e113308fa9cd359fb3819879.zip
cpython-793c47a88a8ad3b1e113308fa9cd359fb3819879.tar.gz
cpython-793c47a88a8ad3b1e113308fa9cd359fb3819879.tar.bz2
Merge doc changes from 3.2 (#10454, #12298)
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/tests/support.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/Lib/distutils/tests/support.py b/Lib/distutils/tests/support.py
index 44fcd6b..d77bbee 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<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