Classes and the command line

Terry Reedy tjreedy at udel.edu
Tue Oct 28 00:14:53 EDT 2014


On 10/26/2014 11:28 PM, Seymore4Head wrote:

> I am going to be flexible on IDLE in the near future, but I wanted to
> try it the old fashion way.  I already know using IDLE is better, but
> I am not sure using IDLE will invoke Python 2 and I am not sure how to
> change that at the moment.

Currently, Idle executes user code with the same interpreter it is 
running on.

Now that user code is executed in a subprocess, there is the possibility 
of using a different python in the subprocess.  But this is for the future.

-- 
Terry Jan Reedy




More information about the Python-list mailing list