[issue33923] py.ini cannot set 32/64bits for specific version

2018-06-22 Thread Ned Deily
Change by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.8 ___ Python tracker ___

[issue33923] py.ini cannot set 32/64bits for specific version

2018-06-20 Thread Robert
New submission from Robert : 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.: