Message321868
| 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:42 | LorenzMende | set | recipients: + LorenzMende |
| 2018-07-18 08:18:42 | LorenzMende | set | messageid: <1531901922.72.0.56676864532.issue34144@psf.upfronthosting.co.za> |
| 2018-07-18 08:18:42 | LorenzMende | link | issue34144 messages |
| 2018-07-18 08:18:42 | LorenzMende | create | |