bpo-35148: fix resetting codepage in activate.bat by moltob · Pull Request #10696 · python/cpython

@moltob

@moltob

@moltob moltob changed the title bpo-35148: fix parsing chcp output bpo-35148: fix parsing chcp output in activate.bat

Nov 25, 2018

@moltob moltob changed the title bpo-35148: fix parsing chcp output in activate.bat bpo-35148: fix resetting codepage in activate.bat

Nov 25, 2018

eryksun

@moltob

This leaves the original approach untouched and simply removes a period, if it is an unwanted part of the CP string.

@moltob