Issue 33923: py.ini cannot set 32/64bits for specific version (original) (raw)
Issue33923
Created on 2018-06-20 23:54 by mrh1997, last changed 2022-04-11 14:59 by admin.
Messages (1) | ||
---|---|---|
msg320128 - (view) | Author: Robert (mrh1997) * | Date: 2018-06-20 23:54 |
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. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:02 | admin | set | github: 78104 |
2018-06-22 19:35:36 | ned.deily | set | nosy: + paul.moore, tim.golden, zach.ware, steve.dowercomponents: + Windowsversions: + Python 3.8 |
2018-06-20 23:54:32 | mrh1997 | create |