mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add link to sys.path in os lib (#91679)
This commit is contained in:
parent
1ba63e3a9b
commit
692aea6f38
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue