[New-bugs-announce] [issue33923] py.ini cannot set 32/64bits for specific version

Robert report at bugs.python.org
Wed Jun 20 19:54:32 EDT 2018


New submission from Robert <lma at posteo.de>:

Currently py.ini allows to set default interpreters for python 3 and 2. i.e.:
python3=3.6-32
python2=2.7-32

But it is not possible to set a default interpreter on a specific version.
I.e. when running "py -3.6" it would be nice to set the default to 32bit. i.e.:
python3.6=3.6-32

Of course this makes only sense in combination with https://bugs.python.org/issue33922 as one requires the possibility to override the 32bit default then.

----------
messages: 320128
nosy: mrh1997
priority: normal
severity: normal
status: open
title: py.ini cannot set 32/64bits for specific version

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33923>
_______________________________________


More information about the New-bugs-announce mailing list