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 cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2017-08-27.17:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503855409.62.0.919461523415.issue31284@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for taking the time to research and explain that.

It's funny, but on my code example, I got it to happen every time and you said it didn't happen unless you made the change to use root.update() and root.destroy().  I tried it out again and realized that I was closing the tk window before OutputWindow every time, thus I was getting the warning using root.mainloop().  Of course, if I close OutputWindow first, I don't get the warning.  That's running from the command line.

I suppose this issue needs to be split into the real bugs that you mentioned.  It seems to be at least 2 or 3 different things to look at (EditorWindow and EditorFrame and CodeContext).  I'll delete the current PR for this issue.  

Thanks!
History
Date User Action Args
2017-08-27 17:36:49cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2017-08-27 17:36:49cheryl.sabellasetmessageid: <1503855409.62.0.919461523415.issue31284@psf.upfronthosting.co.za>
2017-08-27 17:36:49cheryl.sabellalinkissue31284 messages
2017-08-27 17:36:49cheryl.sabellacreate