[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-07 Thread Martin Bijl-Schwab


Martin Bijl-Schwab  added the comment:

I will have a look.

--

___
Python tracker 
<https://bugs.python.org/issue32409>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33694] test_asyncio: test_start_tls_server_1() fails on Python on x86 Windows7 3.7 and 3.x

2018-11-07 Thread Martin Bijl-Schwab


Change by Martin Bijl-Schwab :


--
pull_requests: +9681

___
Python tracker 
<https://bugs.python.org/issue33694>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-02 Thread Martin Bijl-Schwab


Martin Bijl-Schwab  added the comment:

I meant https://bugs.python.org/issue35148

--

___
Python tracker 
<https://bugs.python.org/issue32409>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-02 Thread Martin Bijl-Schwab


Martin Bijl-Schwab  added the comment:

it does not work as expected on swiss german (and likely other 
internationalised) windows systems. See https://bugs.python.org/issue32409

--
nosy: +Martin Bijl-Schwab

___
Python tracker 
<https://bugs.python.org/issue32409>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35148] cannot activate a venv environment on a Swiss German windows

2018-11-02 Thread Martin Bijl-Schwab


New submission from Martin Bijl-Schwab :

There is a small bug in the activate.bat script causing problems on 
internationalized Windows systems.

C:\repo\gui>python -m venv venv

C:\repo\gui>call venv\Scripts\activate.bat
Parameterformat falsch - 850.

This translates to "Wrong parameter - 850."

For the user it is not obvious what went wrong. 

The virtual environment is setup and will work in most cases.

Link to https://bugs.python.org/issue32409.

--
components: Library (Lib)
messages: 329140
nosy: Martin Bijl-Schwab
priority: normal
pull_requests: 9610
severity: normal
status: open
title: cannot activate a venv environment on a Swiss German windows
type: behavior
versions: Python 3.6, Python 3.7, Python 3.8

___
Python tracker 
<https://bugs.python.org/issue35148>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com