]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (#92676)
authorDavid Foster <david@dafoster.net>
Thu, 19 May 2022 14:47:16 +0000 (08:47 -0600)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 14:47:16 +0000 (07:47 -0700)
commit30deeac64925effe46cb5f1cd091ccb4c850ce83
tree14679d94703b68cd29fe7bed4f6de51ce5777c65
parent6b51773afd5658e15d23ce220f66fcc39c02dcae
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (#92676)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_venv.py
Lib/venv/__init__.py
Misc/NEWS.d/next/Library/2022-05-19-13-33-18.gh-issue-92675.ZeerMZ.rst [new file with mode: 0644]