This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients gpolo, kbk, taleinat
Date 2009-08-02.20:54:09
SpamBayes Score 4.986456e-06
Marked as misclassified No
Message-id <1249246451.28.0.408356695231.issue2053@psf.upfronthosting.co.za>
In-reply-to
Content
I thought the main point of this issue was to define standard functions,
methods, classes (or something in that sense), in order to make the
creation of tk dialogs uniform across IDLE.

Right now it seems reasonable to keep the parent hidden, but I think it
may not help much for maintaining. I really consider a good idea to
define explicitly who is the parent of a dialog, it wasn't an attempt to
refer to the phrase you cited.

I trust you it reduces the size on that file, I really didn't count how
many lines were removed and how many were added, but these dialogs can
be used anywhere around IDLE so I don't see why keeping them inside
EditorWindow is a good idea. It would reduce even more (some few lines)
EditorWindow's size doing so, and it would make more sense as I see.
History
Date User Action Args
2009-08-02 20:54:11gpolosetrecipients: + gpolo, kbk, taleinat
2009-08-02 20:54:11gpolosetmessageid: <1249246451.28.0.408356695231.issue2053@psf.upfronthosting.co.za>
2009-08-02 20:54:09gpololinkissue2053 messages
2009-08-02 20:54:09gpolocreate