summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-09-10-12-53-28.bpo-25625.SzcBCw.rst
blob: c001683b657f5888192bed2300f994a72e6ae41d (plain)
1
2
3
Added non parallel-safe :func:`~contextlib.chdir` context manager to change
the current working directory and then restore it on exit. Simple wrapper
around :func:`~os.chdir`.