You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
environment: Windows 10 Pro German/ 1803
cpython @master
When running the venv activate.bat the script fails to reset the codepage to the stored.
# Parameterformat falsch - 65001.
It seems that version 1803 brought a small change to the output of chcp.com - a dot is appended at the output
The issue can be solved by modifying the codepage grep of activate.bat:
for /f "tokens=2 delims=:." %%a in ('"%SystemRoot%\System32\chcp.com"') do (...
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: