Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2180,6 +2180,11 @@ features:

.. audit-event:: os.chdir path os.chdir

.. seealso::

The :func:`contextlib.chdir` context manager, which changes the current
working directory on entering and restores the previous one on exit.

.. versionchanged:: 3.3
Added support for specifying *path* as a file descriptor
on some platforms.
Expand Down
Loading