We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b1a88 commit f23fd5cCopy full SHA for f23fd5c
1 file changed
Doc/library/os.rst
@@ -2180,6 +2180,11 @@ features:
2180
2181
.. audit-event:: os.chdir path os.chdir
2182
2183
+ .. seealso::
2184
+
2185
+ Context manager :func:`contextlib.chdir`
2186
+ Changes the working directory and restores the previous one on exit.
2187
2188
.. versionchanged:: 3.3
2189
Added support for specifying *path* as a file descriptor
2190
on some platforms.
0 commit comments