On Sun, Jul 11, 2010 at 3:38 PM, Ron Adam <span dir="ltr">&lt;<a href="mailto:rrr@ronadam.com">rrr@ronadam.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


There might be another alternative.<br>
<br>
Both idle and pydoc are applications (are there others?) that are in the standard library.  As such, they or parts of them, are possibly importable to other projects.  That restricts changes because a committer needs to consider the chances that a change may break something else.<br>


<br>
I suggest they be moved out of the lib directory, but still be included with python.  (Possibly in the tools directory.)  That removes some of the backward compatibility restrictions or at least makes it clear there isn&#39;t a need for backward compatibility.<br>

</blockquote></div><br>I also like this idea.  This means Python comes with an IDE &quot;out of he box&quot; but without the overhead of a management and release process that is built for something very different than a GUI program (the standard library).  This would mean that IDLE would be in site-packages, could easily be upgraded using normal tools, and maybe most importantly it could have its own community tools and development process that is more casual (and can more easily integrate new contributors) and higher velocity of changes and releases.  Python releases would then ship the most recent stable release of IDLE.<br>

<br>-- <br>Ian Bicking  |  <a href="http://blog.ianbicking.org">http://blog.ianbicking.org</a><br>