diff options
author | Steve Dower <steve.dower@microsoft.com> | 2019-01-30 21:49:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 21:49:14 (GMT) |
commit | a1f9a3332bd4767e47013ea787022f06b6dbcbbd (patch) | |
tree | 7953193c5c6971eb5168b8ca753449615a5a8ce5 /Misc | |
parent | 40ebe948e97b47fc84c8f527910063286a174b25 (diff) | |
download | cpython-a1f9a3332bd4767e47013ea787022f06b6dbcbbd.zip cpython-a1f9a3332bd4767e47013ea787022f06b6dbcbbd.tar.gz cpython-a1f9a3332bd4767e47013ea787022f06b6dbcbbd.tar.bz2 |
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-01-29-15-44-46.bpo-35854.Ww3z19.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-01-29-15-44-46.bpo-35854.Ww3z19.rst b/Misc/NEWS.d/next/Windows/2019-01-29-15-44-46.bpo-35854.Ww3z19.rst new file mode 100644 index 0000000..a1c7614 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-01-29-15-44-46.bpo-35854.Ww3z19.rst @@ -0,0 +1 @@ +Fix EnvBuilder and --symlinks in venv on Windows |