Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 024de54

Browse files
committed
Fix typo (was build) and remove redundancy in docstring
1 parent 18ddf82 commit 024de54

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Lib/distutils/tests/support.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,9 @@ def _get_xxmodule_path():
175175
def fixup_build_ext(cmd):
176176
"""Function needed to make build_ext tests pass.
177177
178-
When Python was build with --enable-shared on Unix, -L. is not good
179-
enough to find the libpython<blah>.so. This is because regrtest runs
180-
it under a tempdir, not in the top level where the .so lives. By the
181-
time we've gotten here, Python's already been chdir'd to the tempdir.
178+
When Python was built with --enable-shared on Unix, -L. is not enough to
179+
find libpython<blah>.so, because regrtest runs in a tempdir, not in the
180+
source directory where the .so lives.
182181
183182
When Python was built with in debug mode on Windows, build_ext commands
184183
need their debug attribute set, and it is not done automatically for

0 commit comments

Comments
 (0)