mirror of https://github.com/python/cpython
Add link to sys.path in os lib (#91679)
This commit is contained in:
parent
1ba63e3a9b
commit
692aea6f38
|
@ -3556,8 +3556,8 @@ to be ignored.
|
|||
Add a path to the DLL search path.
|
||||
|
||||
This search path is used when resolving dependencies for imported
|
||||
extension modules (the module itself is resolved through sys.path),
|
||||
and also by :mod:`ctypes`.
|
||||
extension modules (the module itself is resolved through
|
||||
:data:`sys.path`), and also by :mod:`ctypes`.
|
||||
|
||||
Remove the directory by calling **close()** on the returned object
|
||||
or using it in a :keyword:`with` statement.
|
||||
|
|
Loading…
Reference in New Issue