Re: [Python-Dev] IDLE development

2005-10-01 Thread Kurt B. Kaiser
Noam Raphael <[EMAIL PROTECTED]> writes: > More than a year and a half ago, I posted a big patch to IDLE which > adds support for completion and much better calltips, along with some > other improvements. I have responded on idle-dev. -- KBK ___ Pyth

Re: [Python-Dev] IDLE development

2005-09-10 Thread Noam Raphael
On 9/11/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: > > Often the needs of certain user groups and the development speeds of > > such 3rd party modules are so different that it simply doesn't make > > sense to fold them in the Python distribution anyway -- consider what >

Re: [Python-Dev] IDLE development

2005-09-10 Thread Noam Raphael
On 9/11/05, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On 9/10/05, Noam Raphael <[EMAIL PROTECTED]> wrote: > > I and my colleges use IDLE intensively - that is, a heavily patched > > IDLE. It includes my patch and many other improvements made by me and > > my friends. > > > > The improved IDLE i

Re: [Python-Dev] IDLE development

2005-09-10 Thread Nick Coghlan
Guido van Rossum wrote: > Often the needs of certain user groups and the development speeds of > such 3rd party modules are so different that it simply doesn't make > sense to fold them in the Python distribution anyway -- consider what > you would have to do if Kurt accepted your patches: you'll s

Re: [Python-Dev] IDLE development

2005-09-10 Thread Guido van Rossum
On 9/10/05, Noam Raphael <[EMAIL PROTECTED]> wrote: > I and my colleges use IDLE intensively - that is, a heavily patched > IDLE. It includes my patch and many other improvements made by me and > my friends. > > The improved IDLE is MUCH better than the standard IDLE, especially > for interactive