Message 320128 - Python tracker

Message320128

Author mrh1997
Recipients mrh1997
Date 2018-06-20.23:54:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529538872.06.0.56676864532.issue33923@psf.upfronthosting.co.za>
In-reply-to
Content
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
2018-06-20 23:54:32mrh1997setrecipients: + mrh1997
2018-06-20 23:54:32mrh1997setmessageid: <1529538872.06.0.56676864532.issue33923@psf.upfronthosting.co.za>
2018-06-20 23:54:32mrh1997linkissue33923 messages
2018-06-20 23:54:31mrh1997create