bpo-34144: Fix of venv acvtivate.bat for win 10 by LorenzMende · Pull Request #8321 · python/cpython

@LorenzMende

The script needs to be updated to support win 10/ 1803 chcp.com command (output has trailing dot)

@blurb-it

@zooba

This was referenced

May 3, 2019

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 21, 2019
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 6955d44)

Co-authored-by: Lorenz Mende <Lorenz.mende@gmail.com>

miss-islington added a commit that referenced this pull request

May 21, 2019
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 6955d44)

Co-authored-by: Lorenz Mende <Lorenz.mende@gmail.com>