Python Forum

Full Version: Improving idle into something more like idlex?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Why IDLE didn't integrate all the idlex features (line annotation, etc.) by default?

What could be the reason(s)?
Idle is distributed in Python's standard library. I guess the Python core developpers don't want to also maintain the Idlex code.

Also, given that there are many IDEs and editors around it is not necessary to have more than a basic IDE in the standard library.