Thanks to visit codestin.com Credit goes to github.com
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 1402d2c commit 7552f23Copy full SHA for 7552f23
1 file changed
Doc/whatsnew/3.11.rst
@@ -495,6 +495,13 @@ asyncio
495
holding a group of tasks that will wait for all of them upon exit.
496
(Contributed by Yury Seliganov and others.)
497
498
+contextlib
499
+----------
500
+
501
+Added non parallel-safe :func:`~contextlib.chdir` context manager to change
502
+the current working directory and then restore it on exit. Simple wrapper
503
+around :func:`~os.chdir`. (Contributed by Filipe Laíns in :issue:`25625`)
504
505
datetime
506
--------
507
0 commit comments