On Wed, Mar 30, 2011 at 10:28 PM, Terry Reedy <tjre...@udel.edu> wrote:

> On 3/28/2011 10:28 AM, phelix wrote:
>
>  I am trying to write an extension to add autocompletion for "self". It
>> works
>> fine but there is one problem I just can't figure out. Whenever I hit
>> enter
>> at the shell a couple of times the interpreter seems to be crashing. The
>> extension still runs fine but the prompt is not comming back. I tried it
>> in
>> both python 2.62 and 3.2. Here is some example code, any suggestion
>> welcome.
>>
>
> I do not know anything about IDLE extensions. Where are they documented or
> explained?


See Lib/idlelib/extend.txt for details on extensions.
_______________________________________________
IDLE-dev mailing list
IDLE-dev@python.org
http://mail.python.org/mailman/listinfo/idle-dev

Reply via email to