From fdba15ada06ecf8aa30f9f778668fd44203da448 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:49:33 +0200 Subject: [PATCH] [3.15] Docs: Link to the `contextlib.chdir` context manager in the `os.chdir` docs (GH-153152) (#153212) (cherry picked from commit f155dbed4ef30dec5d00b8b09524b0d9f63965bc) Co-authored-by: Cody Maloney Co-authored-by: Stan Ulbrych --- Doc/library/os.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 778ab8714e11..fba6ece80e5d 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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. -- 2.47.3