mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
merge 3.5 (#25076)
This commit is contained in:
commit
70343bf47d
2 changed files with 2 additions and 2 deletions
|
@ -521,7 +521,7 @@ This module provides the following functions.
|
||||||
|
|
||||||
.. method:: CCompiler.library_option(lib)
|
.. method:: CCompiler.library_option(lib)
|
||||||
|
|
||||||
Return the compiler option to add *dir* to the list of libraries linked into the
|
Return the compiler option to add *lib* to the list of libraries linked into the
|
||||||
shared library or executable.
|
shared library or executable.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -752,7 +752,7 @@ class CCompiler:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def library_option(self, lib):
|
def library_option(self, lib):
|
||||||
"""Return the compiler option to add 'dir' to the list of libraries
|
"""Return the compiler option to add 'lib' to the list of libraries
|
||||||
linked into the shared library or executable.
|
linked into the shared library or executable.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue