[Python-Dev] Removing IDLE from the standard library
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Jul 15 01:26:44 CEST 2010
Giampaolo RodolĂ wrote:
> One of the main problems with IDLE is the lack of tabs for editing
> multiple files within the same window.
While tabs seem to work well for web browsing, I'm not so
sure about using them for source editing. Often I want to
display two or more files side by side, which can't be
done if they're in different tabs of the same window.
--
Greg
More information about the Python-Dev
mailing list