Re: [Python-Dev] IDLE Functionality

2007-07-05 Thread Terry Reedy
"Oodi Pilzer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, I am trying to duplicate the indenting functionality of the IDLE into another environment used in an educational setting at MIT. As Python is open software, I assume I can look at the source code for the IDLE. If s

[Python-Dev] IDLE Functionality

2007-07-05 Thread Oodi Pilzer
Hi, I am trying to duplicate the indenting functionality of the IDLE into another environment used in an educational setting at MIT. As Python is open software, I assume I can look at the source code for the IDLE. If someone could kindly give me a pointer as to where I might find the source co