This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LorenzMende
Recipients LorenzMende
Date 2018-07-18.08:18:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531901922.72.0.56676864532.issue34144@psf.upfronthosting.co.za>
In-reply-to
Content
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 (...

A pull will be requested.
History
Date User Action Args
2018-07-18 08:18:42LorenzMendesetrecipients: + LorenzMende
2018-07-18 08:18:42LorenzMendesetmessageid: <1531901922.72.0.56676864532.issue34144@psf.upfronthosting.co.za>
2018-07-18 08:18:42LorenzMendelinkissue34144 messages
2018-07-18 08:18:42LorenzMendecreate