]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (GH-92676)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 May 2022 15:17:28 +0000 (08:17 -0700)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 15:17:28 +0000 (08:17 -0700)
commit71cdf6a38af80bc1932c3a5f7343b589cc236226
treec0831d7e1ecb5d8834fef53e34c5c624fc3c44cb
parent7afccd34a659af6676c17abbd431e58093d25746
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (GH-92676)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
(cherry picked from commit 30deeac64925effe46cb5f1cd091ccb4c850ce83)

Co-authored-by: David Foster <david@dafoster.net>
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]