]> granicus.if.org Git - python/commit
bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)
authorLorenz Mende <Lorenz.mende@gmail.com>
Wed, 10 Apr 2019 17:19:16 +0000 (19:19 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Apr 2019 17:19:16 +0000 (10:19 -0700)
commit6955d44b41058e3bcc59ff41860bd4cc8948c441
treed0b156faaf86620a2a95dedbeda5478a2ef54927
parent2fb2bc81c3f40d73945c6102569495140e1182c7
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
Lib/venv/scripts/nt/activate.bat
Misc/NEWS.d/next/Windows/2019-04-10-04-35-31.bpo-34144._KzB5z.rst [new file with mode: 0644]