cpython/Lib/venv
Miss Islington (bot) 3c9c2dc8dd
bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)
The script needs to be updated to support win 10/ 1803 chcp.com command (output has trailing dot)

https://bugs.python.org/issue34144
(cherry picked from commit 6955d44b41)

Co-authored-by: Lorenz Mende <Lorenz.mende@gmail.com>
2019-05-21 08:41:44 -07:00
..
scripts bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) 2019-05-21 08:41:44 -07:00
__init__.py bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566) 2019-03-27 08:47:57 -07:00
__main__.py