[Python-Dev] Idle, site.py, and the release candidates

Terry Jan Reedy tjreedy at udel.edu
Sun Mar 31 17:38:07 CEST 2013


On 3/31/2013 6:01 AM, Antoine Pitrou wrote:

> That said, if IDLE users expect those global functions, perhaps IDLE
> should define its own ones rather than rely on site.py.

I thought of that. Idle would have to check the beginning of every 
statement before sending it to the user process, which would do the same 
thing. I personally think exit/quit should eventually go, as ^d/^z or 
[x] button are as easy.




More information about the Python-Dev mailing list