]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 30 Jan 2019 22:14:35 +0000 (14:14 -0800)
committerGitHub <noreply@github.com>
Wed, 30 Jan 2019 22:14:35 +0000 (14:14 -0800)
commit03082a836b707528f885080bda9732d89849d4e3
treead00775765bfcf04c60b5ebc30806c203b427596
parente31f8604e692c46800abd70f88d9928fa1f17b7c
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)

(cherry picked from commit a1f9a3332bd4767e47013ea787022f06b6dbcbbd)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Doc/library/venv.rst
Doc/using/venv-create.inc
Lib/test/test_venv.py
Lib/venv/__init__.py
Misc/NEWS.d/next/Windows/2019-01-29-15-44-46.bpo-35854.Ww3z19.rst [new file with mode: 0644]