[Python-Dev] Idle, site.py, and the release candidates
Terry Jan Reedy
tjreedy at udel.edu
Sun Mar 31 17:38:07 CEST 2013
More information about the Python-Dev mailing list
Sun Mar 31 17:38:07 CEST 2013
- Previous message: [Python-Dev] Idle, site.py, and the release candidates
- Next message: [Python-Dev] Idle, site.py, and the release candidates
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] Idle, site.py, and the release candidates
- Next message: [Python-Dev] Idle, site.py, and the release candidates
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list